Interface CoffeePickSerializerType
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
public interface CoffeePickSerializerType extends java.io.CloseableA serializer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidserialize(RuntimeRepositoryDescription repository)Serialize the given runtime repository.
-
-
-
Method Detail
-
serialize
void serialize(RuntimeRepositoryDescription repository) throws java.io.IOException
Serialize the given runtime repository.- Parameters:
repository- The runtime repository- Throws:
java.io.IOException- On I/O errors
-
-