C# Class Sage.Sis.Sdata.Sync.Storage.Jet.AppBookmarkXmlSerializer

Inheritance: IAppBookmarkSerializer
Mostrar archivo Open project: Sage/SData-Contracts

Public Methods

Method Description
Deserialize ( string value, Type type ) : object
Serialize ( object value ) : string

Method Details

Deserialize() public method

public Deserialize ( string value, Type type ) : object
value string
type System.Type
return object

Serialize() public method

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