[This is preliminary documentation and is subject to change.]
Override to filter-out some fields from serialization to JSON, or change field values.
Return name null to indicate that field should be filtered-out(excluded from serialization to JSON)
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual Object FilterJSONSerializerField(
Schema..::..FieldDef def,
JSONWritingOptions options,
out string name
)
protected virtual Object FilterJSONSerializerField(
Schema..::..FieldDef def,
JSONWritingOptions options,
out string name
)
Protected Overridable Function FilterJSONSerializerField (
def As Schema..::..FieldDef,
options As JSONWritingOptions,
<OutAttribute> ByRef name As String
) As Object
Protected Overridable Function FilterJSONSerializerField (
def As Schema..::..FieldDef,
options As JSONWritingOptions,
<OutAttribute> ByRef name As String
) As Object
protected:
virtual Object^ FilterJSONSerializerField(
Schema..::..FieldDef^ def,
JSONWritingOptions^ options,
[OutAttribute] String^% name
)
protected:
virtual Object^ FilterJSONSerializerField(
Schema..::..FieldDef^ def,
JSONWritingOptions^ options,
[OutAttribute] String^% name
)
abstract FilterJSONSerializerField :
def : Schema..::..FieldDef *
options : JSONWritingOptions *
name : string byref -> Object
override FilterJSONSerializerField :
def : Schema..::..FieldDef *
options : JSONWritingOptions *
name : string byref -> Object
abstract FilterJSONSerializerField :
def : Schema..::..FieldDef *
options : JSONWritingOptions *
name : string byref -> Object
override FilterJSONSerializerField :
def : Schema..::..FieldDef *
options : JSONWritingOptions *
name : string byref -> Object
Return Value
Type:
Object