Interface SlimeFormat

All Known Implementing Classes:
JsonFormat

public interface SlimeFormat
Author:
Ulf Lilleengen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Encode a slime object into the provided output stream
  • Method Details

    • encode

      void encode(OutputStream os, Slime slime) throws IOException
      Encode a slime object into the provided output stream
      Parameters:
      os - The outputstream to write to.
      slime - The slime object to encode.
      Throws:
      IOException