| wwHoverPanel |
Class JSONSerializer
|
The inbound model for complex types is based on Reflection parsing of properties.
System.Object
Westwind.Web.Controls.JSONSerializer
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() |
Deserialize | Takes a JSON string and attempts to create a .NET object from this structure. An input type is required and any type that is serialized to must support a parameterless constructor. public object Deserialize( string JSONText, Type ValueType ); |
![]() |
Serialize | Updated Serializes a value into a JSON compatible string. public string Serialize( object Value ); |
![]() |
WriteValue | public void WriteValue( StringBuilder sb, object val ); |