corda / net.corda.core.serialization / OrderedSerializer

OrderedSerializer

object OrderedSerializer : Serializer<HashMap<Any, Any>>

Functions

read fun read(kryo: Kryo, input: Input, type: Class<HashMap<Any, Any>>): HashMap<Any, Any>
write fun write(kryo: Kryo, output: Output, obj: HashMap<Any, Any>): Unit