Package io.protostuff

Interface StatefulOutput

All Superinterfaces:
Output
All Known Implementing Classes:
JsonOutput, JsonXOutput, XmlOutput, XmlXOutput, YamlOutput

public interface StatefulOutput extends Output
An output that keeps the state of the schema being used.
  • Method Details

    • updateLast

      void updateLast(Schema<?> schema, Schema<?> lastSchema)
      Updates the schema if lastSchema was indeed the last schema used.