Constructor.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public JsonAttribute(
	bool isSerializableToJson,
	bool skipIfEmpty,
	Object emptyValue
)
Visual Basic
Public Sub New ( _
	isSerializableToJson As Boolean, _
	skipIfEmpty As Boolean, _
	emptyValue As Object _
)

Parameters

isSerializableToJson
Type: System..::..Boolean
skipIfEmpty
Type: System..::..Boolean
emptyValue
Type: System..::..Object

See Also