public class AtomicIntegerSerializer extends com.esotericsoftware.kryo.Serializer<AtomicInteger>
Serializer to handle instances of AtomicInteger| Constructor and Description |
|---|
AtomicIntegerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
AtomicInteger |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<AtomicInteger> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
AtomicInteger object) |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
AtomicInteger object)
write in class com.esotericsoftware.kryo.Serializer<AtomicInteger>public AtomicInteger read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<AtomicInteger> type)
read in class com.esotericsoftware.kryo.Serializer<AtomicInteger>Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.