de.javakaffee.web.msm.serializer.kryo
Class WicketMiniMapRegistration

java.lang.Object
  extended by de.javakaffee.web.msm.serializer.kryo.WicketMiniMapRegistration
All Implemented Interfaces:
KryoCustomization

public class WicketMiniMapRegistration
extends Object
implements KryoCustomization

A KryoCustomization that registers the MiniMapSerializer for the MiniMap class.

Author:
Martin Grotzke

Constructor Summary
WicketMiniMapRegistration()
           
 
Method Summary
 void customize(com.esotericsoftware.kryo.Kryo kryo)
          Customize the provided Kryo instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WicketMiniMapRegistration

public WicketMiniMapRegistration()
Method Detail

customize

public void customize(com.esotericsoftware.kryo.Kryo kryo)
Description copied from interface: KryoCustomization
Customize the provided Kryo instance.

Specified by:
customize in interface KryoCustomization
Parameters:
kryo - the Kryo instance to customize.


Copyright © 2009-2012. All Rights Reserved.