Improve this Doc View Source

Interface IJsonSerializerStrategy

Namespace:Dapplo.HttpExtensions
Assembly:Dapplo.HttpExtensions.dll
Syntax
public interface IJsonSerializerStrategy

Methods

| Improve this Doc View Source

DeserializeObject(Object, Type)

Declaration
object DeserializeObject(object value, Type type)
Parameters
Type Name Description
System.Object value
System.Type type
Returns
Type Description
System.Object
| Improve this Doc View Source

TrySerializeNonPrimitiveObject(Object, out Object)

Declaration
bool TrySerializeNonPrimitiveObject(object input, out object output)
Parameters
Type Name Description
System.Object input
System.Object output
Returns
Type Description
System.Boolean