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