com.vaadin.server.widgetsetutils.metadata
Class CustomSerializer

java.lang.Object
  extended by com.vaadin.server.widgetsetutils.metadata.CustomSerializer
All Implemented Interfaces:
GeneratedSerializer

public class CustomSerializer
extends java.lang.Object
implements GeneratedSerializer


Constructor Summary
CustomSerializer(JClassType serializerType)
           
 
Method Summary
 void writeSerializerInstantiator(TreeLogger logger, com.google.gwt.user.rebind.SourceWriter w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSerializer

public CustomSerializer(JClassType serializerType)
Method Detail

writeSerializerInstantiator

public void writeSerializerInstantiator(TreeLogger logger,
                                        com.google.gwt.user.rebind.SourceWriter w)
                                 throws UnableToCompleteException
Specified by:
writeSerializerInstantiator in interface GeneratedSerializer
Throws:
UnableToCompleteException


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.