public class DefaultBinaryValueToByteArrayConverter extends Object implements ValueConverter<org.msgpack.value.BinaryValue,byte[]>
BinaryValue
to byte[]
converterConstructor and Description |
---|
DefaultBinaryValueToByteArrayConverter() |
Modifier and Type | Method and Description |
---|---|
byte[] |
fromValue(org.msgpack.value.BinaryValue value)
Convert MessagePack entity to a Java object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canConvertValue
public DefaultBinaryValueToByteArrayConverter()
public byte[] fromValue(org.msgpack.value.BinaryValue value)
ValueConverter
fromValue
in interface ValueConverter<org.msgpack.value.BinaryValue,byte[]>
value
- entityCopyright © 2025 Picodata. All rights reserved.