Interface SMFSchemaSerializerType

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable

    public interface SMFSchemaSerializerType
    extends java.io.Closeable
    The type of schema serializers.
    • Method Detail

      • serializeSchema

        void serializeSchema​(SMFSchema schema)
                      throws java.io.IOException
        Serialize the schema.
        Parameters:
        schema - The schema
        Throws:
        java.io.IOException - On I/O errors