Class JsonStringContract
Contract details for a System.Type used by the JsonSerializer.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json.Serialization
Assembly: Bayat.Json.Runtime.dll
Syntax
public class JsonStringContract : JsonPrimitiveContract
Constructors
| Improve this Doc View SourceJsonStringContract(Type)
Initializes a new instance of the JsonStringContract class.
Declaration
public JsonStringContract(Type underlyingType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | underlyingType | The underlying type for the contract. |