Interface useb by Json serializator to check if an object should be serialized.
Namespace:
C1.Web.iPhone
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.
Assembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public interface IJsonEmptiable |
Visual Basic |
---|
Public Interface IJsonEmptiable |