| Constructor and Description |
|---|
CharsetSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Charset |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<Charset> type) |
static void |
register(com.esotericsoftware.kryo.Kryo kryo)
Creates and registers instances of this class for each available charset type.
|
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
Charset object) |
public static void register(com.esotericsoftware.kryo.Kryo kryo)
kryo - the Kryo instance to register intopublic void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
Charset object)
write in class com.esotericsoftware.kryo.Serializer<Charset>Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.