public class GrailsFlashScopeRegistration extends Object implements KryoCustomization
SerializerFactory that supports grails flash scope.
It creates a FieldSerializer for GrailsFlashScope and enables references.| Constructor and Description |
|---|
GrailsFlashScopeRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(com.esotericsoftware.kryo.Kryo kryo)
Customize the provided
Kryo instance. |
public void customize(com.esotericsoftware.kryo.Kryo kryo)
KryoCustomizationKryo instance.customize in interface KryoCustomizationkryo - the Kryo instance to customize.Copyright © 2009-2016. All Rights Reserved.