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
    void execute()
    Execute the serializer.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • execute

      void execute() throws java.io.IOException
      Execute the serializer.
      Throws:
      java.io.IOException - On I/O errors