public interface SerializationRegister
Provides a way using a service loader to register Kryo serializers with the SerializationFactory without needing to modify the config. This allows for language bindings libraries or platforms to include their own registration without impacting a clients config.
Modifier and Type | Method and Description |
---|---|
void |
register(com.esotericsoftware.kryo.Kryo kryo)
Register any serializers needed with the kryo instance.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.