public class ImmutableSetSerializer
extends com.esotericsoftware.kryo.Serializer<com.google.common.collect.ImmutableSet>
| Constructor and Description |
|---|
ImmutableSetSerializer() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<Object> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<com.google.common.collect.ImmutableSet> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.google.common.collect.ImmutableSet object) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.