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

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

public class GrailsFlashScopeRegistration
extends Object
implements KryoCustomization

SerializerFactory that supports grails flash scope. It creates a ReferenceFieldSerializer for GrailsFlashScope.

Author:
Martin Grotzke

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

GrailsFlashScopeRegistration

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