YamlWorker


Object Hierarchy:

Object hierarchy for YamlWorker

Description:

[ Version ( since = "7.8" ) ]
public sealed class YamlWorker : Worker, ArraySupport, DictSupport, ValueSupport

YAML helper for de/serialization

Uses libyaml to parse and emit YAML data directly. Uses the event-based API (yaml_parser_parse / yaml_emitter_emit) to avoid the memory management issues of yaml_document_t.


Namespace: Serialize
Package: libserialize-7

Content:

Static methods:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface Serialize.ArraySupport
All known members inherited from interface Serialize.DictSupport
All known members inherited from interface Serialize.ValueSupport