Interface GeometrySerializer



  • public interface GeometrySerializer
    • Method Summary

      Modifier and Type Method and Description
      void serialize(Geometry geometry, File file)
      Serialize the denoted geometry to the file.
    • Method Detail

      • serialize

        void serialize(Geometry geometry,
                       File file)
                throws IOException
        Serialize the denoted geometry to the file.
        Parameters:
        geometry - the geometry to serialize.
        file - the file to write to.
        Throws:
        IOException - if I/O failures occurred during serialization.