C# Class M3.HRON.HRONSerializationExtensions

Mostra file Open project: mrange/hron

Public Methods

Method Description
ParseAsHRON ( this input, object defaultValue = null ) : dynamic
ParseAsHRON ( this input, object defaultValue = null ) : dynamic
SerializeKeyValuePairsAsHRON ( object>.this keyValuePairs ) : string

Private Methods

Method Description
FirstOrEmpty ( this entities ) : IHRONEntity
ReadLines ( this tr ) : IEnumerable

Method Details

ParseAsHRON() public static method

public static ParseAsHRON ( this input, object defaultValue = null ) : dynamic
input this
defaultValue object
return dynamic

ParseAsHRON() public static method

public static ParseAsHRON ( this input, object defaultValue = null ) : dynamic
input this
defaultValue object
return dynamic

SerializeKeyValuePairsAsHRON() public static method

public static SerializeKeyValuePairsAsHRON ( object>.this keyValuePairs ) : string
keyValuePairs object>.this
return string