com.supermap.services.rest.encoders

Class DatasetContentSerializer

  • java.lang.Object
    • com.supermap.services.rest.encoders.DatasetContentSerializer


  • public class DatasetContentSerializer
    extends java.lang.Object
    

    The dataset content serializer serializes the contents of the dataset into KML.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void serialize(KMLObject object, java.io.Writer writer)
      Serializes the contents of the dataset into KML.
      • Methods inherited from class java.lang.Object

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

      • DatasetContentSerializer

        public DatasetContentSerializer()
        
    • Method Detail

      • serialize

        public void serialize(KMLObject object,
                     java.io.Writer writer)
        

        Serializes the contents of the dataset into KML.

        Parameters:
        object - needs to serialize the object.
        writer - Writes a character stream after serialization.
        Since:
        6.1.3