add Map
fun <K, V> addMap(mp: Map<K, V>, Kserializer: (K) -> BCHserialized, Vserializer: (V) -> BCHserialized): BCHserialized
Serializes a map object with the provided key and value serialization functions
Serializes a map object with the provided key and value serialization functions