Package com.io7m.waxmill.serializer.api
Interface WXMSerializerType
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Subinterfaces:
WXMBootConfigurationsSerializerType,WXMClientConfigurationSerializerType,WXMVirtualMachineSerializerType
- All Known Implementing Classes:
WXM1BootConfigurationsSerializer,WXM1ClientConfigurationSerializer,WXM1VirtualMachineSerializer
public interface WXMSerializerType
extends java.io.Closeable
The type of serializers.
-
Method Summary
Modifier and Type Method Description voidexecute()Execute the serializer.
-
Method Details
-
execute
void execute() throws java.io.IOExceptionExecute the serializer.- Throws:
java.io.IOException- On I/O errors
-