public class IterableRegistrarSerializer extends com.esotericsoftware.kryo.Serializer<IterableRegistrar>
| Constructor and Description |
|---|
IterableRegistrarSerializer() |
| Modifier and Type | Method and Description |
|---|---|
IterableRegistrar |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
java.lang.Class<IterableRegistrar> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
IterableRegistrar obj) |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
IterableRegistrar obj)
write in class com.esotericsoftware.kryo.Serializer<IterableRegistrar>public IterableRegistrar read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<IterableRegistrar> type)
read in class com.esotericsoftware.kryo.Serializer<IterableRegistrar>