org.primefaces.extensions.renderkit.layout
Class LayoutOptionsSerializer

java.lang.Object
  extended by org.primefaces.extensions.renderkit.layout.LayoutOptionsSerializer
All Implemented Interfaces:
com.google.gson.JsonSerializer<LayoutOptions>

public class LayoutOptionsSerializer
extends java.lang.Object
implements com.google.gson.JsonSerializer<LayoutOptions>

Gson serializer for layout options.

Since:
0.6.0
Version:
$Revision$
Author:
Oleg Varaksin / last modified by $Author$

Constructor Summary
LayoutOptionsSerializer()
           
 
Method Summary
 com.google.gson.JsonElement serialize(LayoutOptions src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutOptionsSerializer

public LayoutOptionsSerializer()
Method Detail

serialize

public com.google.gson.JsonElement serialize(LayoutOptions src,
                                             java.lang.reflect.Type typeOfSrc,
                                             com.google.gson.JsonSerializationContext context)
Specified by:
serialize in interface com.google.gson.JsonSerializer<LayoutOptions>


Copyright © 2011-2013. All Rights Reserved.