YamlWorker
Object Hierarchy:
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.
Content:
Static methods:
Creation methods:
- public YamlWorker (string yaml_string, string[]? sub_members = null, Settings? settings = null) throws Error
Performs initialization for deserialization. Accepts a yaml string.
- public YamlWorker.from_bytes (Bytes bytes, string[]? sub_members = null, Settings? settings = null) throws Error
Performs initialization for deserialization. Accepts a yaml string in
the form of bytes, the object GLib.Bytes.
- public YamlWorker.from_data (owned uint8[] data, string[]? sub_members = null, Settings? settings = null) throws Error
Performs initialization for deserialization. Accepts a yaml string in
the form of bytes, an uint8 array.
Methods:
Inherited Members:
All known members inherited from class Serialize.Worker
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Serialize.ArraySupport
All known members inherited from interface Serialize.DictSupport
All known members inherited from interface Serialize.ValueSupport