Package org.yaml.snakeyaml.emitter
package org.yaml.snakeyaml.emitter
-
ClassDescriptionDrefine a way to serialize an event to output streamEmitter expects events obeying the following grammar: stream ::= STREAM-START document* STREAM-END document ::= DOCUMENT-START node DOCUMENT-END node ::= SCALAR | sequence | mapping sequence ::= SEQUENCE-START node* SEQUENCE-END mapping ::= MAPPING-START (node node)* MAPPING-ENDFor emitterPython's methods are first class object.Accumulate information to choose the scalar style