public class ByteArrayBase64Deserializer extends AbstractValueTypeDeserializer<byte[]>
| Constructor | Description |
|---|---|
ByteArrayBase64Deserializer(Customization customization) |
Creates a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected byte[] |
deserialize(String jsonValue,
Unmarshaller unmarshaller,
Type rtType) |
Convert string value to object.
|
deserialize, getCustomization, getPropertyTypepublic ByteArrayBase64Deserializer(Customization customization)
customization - Model customization.protected byte[] deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
AbstractValueTypeDeserializerdeserialize in class AbstractValueTypeDeserializer<byte[]>jsonValue - Json value.unmarshaller - Unmarshaller instance.rtType - Runtime type.Copyright © 2018 Oracle Corporation. All rights reserved.