corda / net.corda.core.serialization / CompositeKeyLeafSerializer

CompositeKeyLeafSerializer

@ThreadSafe object CompositeKeyLeafSerializer : Serializer<Leaf>

For serialising composite keys

Functions

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