C# Class NPoco.FastJsonColumnSerializer

Inheritance: IColumnSerializer
Mostrar archivo Open project: schotime/NPoco

Public Methods

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

Method Details

Deserialize() public method

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

Serialize() public method

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