C# Class HttpGhost.Serialization.FormSerializer

Inheritance: ISerializer
显示文件 Open project: vinntreus/HttpGhost

Public Methods

Method Description
FormSerializer ( ) : System.Collections.Generic
Serialize ( object objectToSerialize ) : string

Private Methods

Method Description
AppendAmpersandSign ( ) : void
AppendEqualitySign ( ) : void
AppendPropertyName ( PropertyInfo propertyInfo ) : void
AppendPropertyValue ( PropertyInfo propertyInfo, object objectToSerialize ) : void

Method Details

FormSerializer() public method

public FormSerializer ( ) : System.Collections.Generic
return System.Collections.Generic

Serialize() public method

public Serialize ( object objectToSerialize ) : string
objectToSerialize object
return string