Class SerializerGenerator


  • public class SerializerGenerator
    extends com.google.gwt.core.ext.IncrementalGenerator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gwt.core.ext.RebindResult generateIncrementally​(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, java.lang.String typeName)  
      long getVersionId()  
      • Methods inherited from class com.google.gwt.core.ext.IncrementalGenerator

        generate, generateNonIncrementally
      • Methods inherited from class com.google.gwt.core.ext.Generator

        escape
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializerGenerator

        public SerializerGenerator()
    • Method Detail

      • getVersionId

        public long getVersionId()
        Specified by:
        getVersionId in class com.google.gwt.core.ext.IncrementalGenerator
      • generateIncrementally

        public com.google.gwt.core.ext.RebindResult generateIncrementally​(com.google.gwt.core.ext.TreeLogger logger,
                                                                          com.google.gwt.core.ext.GeneratorContext context,
                                                                          java.lang.String typeName)
                                                                   throws com.google.gwt.core.ext.UnableToCompleteException
        Specified by:
        generateIncrementally in class com.google.gwt.core.ext.IncrementalGenerator
        Throws:
        com.google.gwt.core.ext.UnableToCompleteException