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