Package io.polywrap.core.msgpack
Class GenericMap
-
- All Implemented Interfaces:
@Serializable(with = GenericMapExtensionSerializer.class) public final class GenericMap<K extends Object, V extends Object>
A wrapper data class for a Map to be serialized with MsgPack format. Without this wrapper, a map will be serialized as an object. This wrapper will serialize the map as a Generic Map extension type.
-
-
Constructor Summary
Constructors Constructor Description GenericMap(Map<K, V> map)
-