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