public class BaseArrayTo64Adapter
extends java.lang.Object
| Constructor and Description |
|---|
BaseArrayTo64Adapter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
deserialize(JsonElement json,
java.lang.reflect.Type typeOfT,
JsonDeserializationContext context) |
JsonElement |
serialize(byte[] src,
java.lang.reflect.Type typeOfSrc,
JsonSerializationContext context) |
public byte[] deserialize(JsonElement json,
java.lang.reflect.Type typeOfT,
JsonDeserializationContext context)
throws JsonParseException
JsonParseExceptionpublic JsonElement serialize(byte[] src,
java.lang.reflect.Type typeOfSrc,
JsonSerializationContext context)