Expand description

Entry points for deserializing with pre-existing state.

These functions are only exposed this way because we don’t yet expose a Deserializer type. Data formats that have a public Deserializer should not copy these signatures.

Functions

Deserialize an instance of type T from an IO stream of YAML with a seed.

Deserialize an instance of type T from bytes of YAML text with a seed.

Deserialize an instance of type T from a string of YAML text with a seed.