Package com.io7m.smfj.validation.api
Interface SMFSchemaSerializerType
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
public interface SMFSchemaSerializerType extends java.io.CloseableThe type of schema serializers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidserializeSchema(SMFSchema schema)Serialize the schema.
-
-
-
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
-
-