-
-
Notifications
You must be signed in to change notification settings - Fork 491
Samples
Fiyaz Bin Hasan edited this page Mar 9, 2020
·
5 revisions
-
Loading a YAML Stream
Explains how to load YAML using the representation model. -
Validating during deserialization
By manipulating the list of node deserializers, it is easy to add behavior to the deserializer. This example shows how to validate the objects as they are deserialized. -
Convert YAML to JSON
Shows how to convert a YAML document to JSON. -
Deserializing multiple documents
Explains how to load multiple YAML documents from a stream. -
Serializing an object graph
Shows how to convert an object to its YAML representation. -
Deserializing an object graph
Shows how to convert a YAML document to an object graph. -
Building Custom Formatters for .Net Core (Yaml Formatters) by @FiyazBinHasan