Class ObjectEncoder<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Encoder encoder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ObjectEncoder​(Encoder e)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void encode​(T object, AttributesImpl atts, GMLWriter handler)  
      • Methods inherited from class Object

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

      • encoder

        protected Encoder encoder
    • Constructor Detail

      • ObjectEncoder

        protected ObjectEncoder​(Encoder e)
    • Method Detail

      • encode

        public abstract void encode​(T object,
                                    AttributesImpl atts,
                                    GMLWriter handler)
                             throws Exception
        Throws:
        Exception