O - the source object typeV - the target MessagePack entity typepublic interface ObjectConverter<O,V extends org.msgpack.value.Value> extends Converter
| Modifier and Type | Method and Description |
|---|---|
default boolean |
canConvertObject(O object)
Optional method for determining if this specific object can be converted to the specified
Value type. |
V |
toValue(O object)
Convert Java object to a MessagePack entity
|
V toValue(O object)
object - objectdefault boolean canConvertObject(O object)
Value type.object - the object to be convertedCopyright © 2025 Picodata. All rights reserved.