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