Base Representer
abstract class BaseRepresenter(defaultScalarStyle: ScalarStyle = ScalarStyle.PLAIN, defaultFlowStyle: FlowStyle = FlowStyle.AUTO) : Representer
Represent basic YAML structures: scalar, sequence, mapping.
Inheritors
Constructors
Link copied to clipboard
constructor(defaultScalarStyle: ScalarStyle = ScalarStyle.PLAIN, defaultFlowStyle: FlowStyle = FlowStyle.AUTO)