public class DefaultLongToIntegerValueConverter extends Object implements ObjectConverter<Long,org.msgpack.value.IntegerValue>
Long to IntegerValue converter| Constructor and Description |
|---|
DefaultLongToIntegerValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.msgpack.value.IntegerValue |
toValue(Long object)
Convert Java object to a MessagePack entity
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanConvertObjectpublic org.msgpack.value.IntegerValue toValue(Long object)
ObjectConvertertoValue in interface ObjectConverter<Long,org.msgpack.value.IntegerValue>object - objectCopyright © 2025 Picodata. All rights reserved.