object KotlinObjectSerializer
Serializer to deserialize kotlin object definitions marked with DeserializeAsKotlinObjectDef.
read |
fun read(kryo: <ERROR CLASS>, input: <ERROR CLASS>, type: Class<DeserializeAsKotlinObjectDef>): DeserializeAsKotlinObjectDef |
write |
fun write(kryo: <ERROR CLASS>, output: <ERROR CLASS>, obj: DeserializeAsKotlinObjectDef): Unit |