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