Interface useb by Json serializator to check if an object should be serialized.

Remarks

JsonAttribute attribute should be declared on serialized member with IsSkipIfEmpty parameter set to true.

Should be used if it is impossible to declare empty value of a member using EmptyValue.

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

Syntax

C#
public interface IJsonEmptiable
Visual Basic
Public Interface IJsonEmptiable

See Also