Interface CoffeePickSerializerType

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable

    public interface CoffeePickSerializerType
    extends java.io.Closeable
    A serializer.
    • 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