public class LoggerSerializer
For serialising a Logger.
Modifier and Type | Field and Description |
---|---|
static LoggerSerializer |
INSTANCE
For serialising a Logger.
|
Modifier and Type | Method and Description |
---|---|
org.slf4j.Logger |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
java.lang.Class<org.slf4j.Logger> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.slf4j.Logger obj) |
public static LoggerSerializer INSTANCE
For serialising a Logger.