Class SMFMemoryMeshSerializer


  • public final class SMFMemoryMeshSerializer
    extends java.lang.Object
    A memory mesh serializer.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void serialize​(SMFMemoryMesh mesh, SMFSerializerType s)
      Serialize the given mesh to the given serializer.
      • Methods inherited from class java.lang.Object

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

      • serialize

        public static void serialize​(SMFMemoryMesh mesh,
                                     SMFSerializerType s)
                              throws java.io.IOException
        Serialize the given mesh to the given serializer.
        Parameters:
        mesh - A mesh
        s - A serializer
        Throws:
        java.io.IOException - On I/O errors