public class ClojureSerializationRegister extends Object implements SerializationRegister
Constructor and Description |
---|
ClojureSerializationRegister() |
Modifier and Type | Method and Description |
---|---|
void |
register(com.esotericsoftware.kryo.Kryo kryo)
Register any serializers needed with the kryo instance.
|
public void register(com.esotericsoftware.kryo.Kryo kryo) throws Exception
SerializationRegister
Register any serializers needed with the kryo instance.
register
in interface SerializationRegister
kryo
- what to register the serializers with.Exception
Copyright © 2022 The Apache Software Foundation. All rights reserved.