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

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

public class FacesLRUMapRegistration
extends Object
implements KryoCustomization

A KryoCustomization that registers a custom serializer for mojarras LRUMap.

Author:
Martin Grotzke

Constructor Summary
FacesLRUMapRegistration()
           
 
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

FacesLRUMapRegistration

public FacesLRUMapRegistration()
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.