You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Yaml deserializer is configured to convert all property types to strings. After aaubry/YamlDotNet#699, it is now possible to deserialize bools and decimals with their types.
Currently, the Yaml deserializer is configured to convert all property types to strings. After aaubry/YamlDotNet#699, it is now possible to deserialize
bool
s and decimals with their types.E.g.
A call to
KubernetesYaml.Deserialize
andKubernetesYaml.Serialize
will emit:The text was updated successfully, but these errors were encountered: