Overload List
| Name | Description | |
|---|---|---|
| Unmarshal(array<Byte>[]()[][]) |
Unmarshalls the map from the given data or if the data is null just
return an empty map
| |
| Unmarshal(Stream) |
Unmarshals a PrimitiveMap directly from a Stream object. This
allows for clients to read PrimitiveMaps from Compressed or other
wise encoded streams without this class needing to know about it.
|