C# Class M3.HRON.HRONSerialization

Mostra file Open project: mrange/hron

Public Methods

Method Description
DynamicAsString ( HRONObject hronObject ) : string
TryParseAsDynamic ( IEnumerable lines, HRONObject &hronObject, HRONDynamicParseError &errors ) : bool

Private Methods

Method Description
TryParseAsDynamic ( IEnumerable lines, HRONObject &hronObject, HRONDynamicParseError &errors ) : bool
VisitDynamic ( HRONObject hronObject, IHRONVisitor visitor ) : void

Method Details

DynamicAsString() public static method

public static DynamicAsString ( HRONObject hronObject ) : string
hronObject HRONObject
return string

TryParseAsDynamic() public static method

public static TryParseAsDynamic ( IEnumerable lines, HRONObject &hronObject, HRONDynamicParseError &errors ) : bool
lines IEnumerable
hronObject HRONObject
errors HRONDynamicParseError
return bool