Class ByteArraySerializer
java.lang.Object
org.apache.hadoop.hbase.http.gson.ByteArraySerializer
- All Implemented Interfaces:
org.apache.hbase.thirdparty.com.google.gson.JsonSerializer<byte[]>
@Private
public final class ByteArraySerializer
extends Object
implements org.apache.hbase.thirdparty.com.google.gson.JsonSerializer<byte[]>
Serialize a
byte[]
using Bytes.toString()
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ByteArraySerializer
public ByteArraySerializer()
-
-
Method Details