Interface SerializeContext

All Superinterfaces:
ConfigurationDefinition.WriteOptions
All Known Subinterfaces:
SerializeOutput

public interface SerializeContext extends ConfigurationDefinition.WriteOptions
A context for serialization.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull KeyMapper
    Gets the key mapper being used
    boolean
    Checks whether comments are being written on entries, and if so, where.
  • Method Details