public final class KryoFactory extends Object
Kryo.| Modifier and Type | Method and Description |
|---|---|
static com.esotericsoftware.kryo.Kryo |
createKryo() |
static com.esotericsoftware.kryo.Kryo |
createKryo(ClassLoader targetClassLoader) |
public static com.esotericsoftware.kryo.Kryo createKryo()
Kryo configured with the default settings (converters and serializer).public static com.esotericsoftware.kryo.Kryo createKryo(ClassLoader targetClassLoader)
targetClassLoader - when classes need to be serialized between different versions the target classloader defines which types should be ignoredKryo configured with the default settings (converters and serializer).Copyright © 2019 MuleSoft, Inc.. All rights reserved.