public class PyStringSerializer
extends com.esotericsoftware.kryo.Serializer<org.python.core.PyString>
Serializer implementation for PyString class type.| Constructor and Description |
|---|
PyStringSerializer() |
| Modifier and Type | Method and Description |
|---|---|
org.python.core.PyString |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.python.core.PyString> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.python.core.PyString object) |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.python.core.PyString object)
write in class com.esotericsoftware.kryo.Serializer<org.python.core.PyString>public org.python.core.PyString read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.python.core.PyString> type)
read in class com.esotericsoftware.kryo.Serializer<org.python.core.PyString>Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.