Package org.yaml.snakeyaml.serializer
Class Serializer
java.lang.Object
org.yaml.snakeyaml.serializer.Serializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AnchorGeneratorprivate Booleanprivate final Emitableprivate final booleanprivate final Tagprivate final booleanprivate final Resolverprivate DumperOptions.Version -
Constructor Summary
ConstructorsConstructorDescriptionSerializer(Emitable emitter, Resolver resolver, DumperOptions opts, Tag rootTag) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidanchorNode(Node node) voidclose()voidopen()voidprivate voidserializeComments(List<CommentLine> comments) private voidserializeNode(Node node, Node parent)
-
Field Details
-
emitter
-
resolver
-
explicitStart
private final boolean explicitStart -
explicitEnd
private final boolean explicitEnd -
useVersion
-
useTags
-
serializedNodes
-
anchors
-
anchorGenerator
-
closed
-
explicitRoot
-
-
Constructor Details
-
Serializer
-
-
Method Details
-
open
- Throws:
IOException
-
close
- Throws:
IOException
-
serialize
- Throws:
IOException
-
anchorNode
-
serializeNode
- Throws:
IOException
-
serializeComments
- Throws:
IOException
-