Interface CoffeePickSerializerType

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

public interface CoffeePickSerializerType
extends java.io.Closeable
A serializer.
  • Method Summary

    Modifier and Type Method Description
    void serialize​(RuntimeRepositoryDescription repository)
    Serialize the given runtime repository.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • 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