public class AtomicIntegerSerializer extends com.esotericsoftware.kryo.Serializer<AtomicInteger>
Description: 自定义 AtomicIntegerSerializer
| 构造器和说明 |
|---|
AtomicIntegerSerializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
AtomicInteger |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<? extends 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 在类中 com.esotericsoftware.kryo.Serializer<AtomicInteger>public AtomicInteger read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends AtomicInteger> type)
read 在类中 com.esotericsoftware.kryo.Serializer<AtomicInteger>Copyright © 2022. All rights reserved.