public interface ChillSerializerRegistrar
Modifier and Type | Method and Description |
---|---|
int |
getNextRegistrationId()
Returns the registration ID that immediately follows the last registered serializer.
|
void |
registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
Registers all serializers with the given
Kryo . |
void registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
Kryo
. All serializers are registered with
specific IDs as a continuous block.kryo
- Kryo to register serializers withint getNextRegistrationId()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.