public class KotlinObjectSerializer
Serializer to deserialize kotlin object definitions marked with interface DeserializeAsKotlinObjectDef
.
interface DeserializeAsKotlinObjectDef
Modifier and Type | Field and Description |
---|---|
static KotlinObjectSerializer |
INSTANCE
Serializer to deserialize kotlin object definitions marked with
interface DeserializeAsKotlinObjectDef . |
Modifier and Type | Method and Description |
---|---|
DeserializeAsKotlinObjectDef |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
java.lang.Class<net.corda.core.serialization.DeserializeAsKotlinObjectDef> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
DeserializeAsKotlinObjectDef obj) |
public static KotlinObjectSerializer INSTANCE
Serializer to deserialize kotlin object definitions marked with interface DeserializeAsKotlinObjectDef
.
interface DeserializeAsKotlinObjectDef
public DeserializeAsKotlinObjectDef read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<net.corda.core.serialization.DeserializeAsKotlinObjectDef> type)
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, DeserializeAsKotlinObjectDef obj)