CreateStringContract Method (objectType)

Json.NET

Json.NET - Quick Starts & API Documentation CreateStringContract Method (objectType)
NamespacesNewtonsoft.Json.SerializationDefaultContractResolverCreateStringContract(Type)
Creates a JsonStringContract for the given type.
Declaration Syntax
C# Visual Basic Visual C++
protected virtual JsonStringContract CreateStringContract(
	Type objectType
)
Protected Overridable Function CreateStringContract ( _
	objectType As Type _
) As JsonStringContract
protected:
virtual JsonStringContract^ CreateStringContract(
	Type^ objectType
)
Parameters
objectType (Type)
Type of the object.
Return Value
A JsonStringContract for the given type.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)