Method | Description | |
---|---|---|
ReadYaml ( ObjectContext &objectContext ) : object | ||
TryCreate ( SerializerContext context, ITypeDescriptor typeDescriptor ) : IYamlSerializable | ||
Visit ( VisitorContext &context ) : void | ||
WriteYaml ( ObjectContext &objectContext ) : void |
Method | Description | |
---|---|---|
ShouldSerializeAsScalar ( ObjectContext &objectContext ) : bool | ||
TryParse ( string text, Guid &identifier ) : bool |
public ReadYaml ( ObjectContext &objectContext ) : object | ||
objectContext | ObjectContext | |
return | object |
public TryCreate ( SerializerContext context, ITypeDescriptor typeDescriptor ) : IYamlSerializable | ||
context | SerializerContext | |
typeDescriptor | ITypeDescriptor | |
return | IYamlSerializable |
public Visit ( VisitorContext &context ) : void | ||
context | VisitorContext | |
return | void |
public WriteYaml ( ObjectContext &objectContext ) : void | ||
objectContext | ObjectContext | |
return | void |