public class SerializationFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SerializationFactory.IdDictionary |
Modifier and Type | Field and Description |
---|---|
static ServiceLoader<SerializationRegister> |
loader |
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
SerializationFactory() |
Modifier and Type | Method and Description |
---|---|
static com.esotericsoftware.kryo.Kryo |
getKryo(Map<String,Object> conf) |
static void |
register(com.esotericsoftware.kryo.Kryo k,
List<String> classesToRegister) |
static void |
register(com.esotericsoftware.kryo.Kryo k,
Object kryoRegistrations,
Map<String,Object> conf,
boolean skipMissing) |
public static final org.slf4j.Logger LOG
public static final ServiceLoader<SerializationRegister> loader
Copyright © 2022 The Apache Software Foundation. All rights reserved.