de.javakaffee.web.msm.serializer.kryo
Interface KryoCustomization

All Known Implementing Classes:
CGLibProxySerializerFactory, FacesLRUMapRegistration, GrailsFlashScopeRegistration, JodaDateTimeRegistration, WicketMiniMapRegistration, WicketSerializerFactory

public interface KryoCustomization

Implementations can customize the Kryo instance. This can be useful e.g. to register a Serializer for a class.

Author:
Martin Grotzke

Method Summary
 void customize(com.esotericsoftware.kryo.Kryo kryo)
          Customize the provided Kryo instance.
 

Method Detail

customize

void customize(com.esotericsoftware.kryo.Kryo kryo)
Customize the provided Kryo instance.

Parameters:
kryo - the Kryo instance to customize.


Copyright © 2009-2012. All Rights Reserved.