Interface SPISerializerType
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
FormatXMLSPISerializer
@ProviderType
public interface SPISerializerType
extends java.io.Closeable
A serializer.
-
Method Summary
Modifier and Type Method Description voidserialize(RuntimeRepositoryDescription repository)Serialize a repository.
-
Method Details
-
serialize
Serialize a repository.- Parameters:
repository- The repository- Throws:
java.io.IOException- On I/O errors
-