Method | Description | |
---|---|---|
AddSerializerModifier ( |
Adds the serializer modifier for a specific type.
|
|
Clear ( |
Clears the specified type from cache so it will be evaluated.
|
|
GetCatelProperties ( |
Gets the catel properties.
|
|
GetCatelPropertiesToSerialize ( |
Gets the catel properties to serialize.
|
|
GetCatelPropertyNames ( |
Gets the catel property names.
|
|
GetFieldNames ( |
Gets the field names.
|
|
GetFields ( |
Gets the fields
|
|
GetFieldsToSerialize ( |
Gets the fields to serialize for the specified object.
|
|
GetRegularProperties ( |
Gets the regular properties.
|
|
GetRegularPropertiesToSerialize ( |
Gets the properties to serialize for the specified object.
|
|
GetRegularPropertyNames ( |
Gets the regular property names.
|
|
GetSerializerModifiers ( |
Gets the serializer modifiers for the specified type.
|
|
RemoveSerializerModifier ( |
Removes the serializer modifier for a specific type.
|
|
Warmup ( |
Warmups the specified type by calling all the methods for the specified type.
|
Method | Description | |
---|---|---|
FindSerializerModifiers ( |
Finds the serializer modifiers.
|
Method | Description | |
---|---|---|
GetCacheKey ( |
||
GetNameOverrideForSerialization ( MemberInfo memberInfo ) : string |
public AddSerializerModifier ( |
||
type | The type. | |
serializerModifierType | Type of the serializer modifier. | |
return | void |
protected FindSerializerModifiers ( |
||
type | The type. | |
return | List |
public GetCatelProperties ( |
||
type | Type of the model. | |
includeModelBaseProperties | bool | if set to |
return | MemberMetadata>.Dictionary |
public GetCatelPropertiesToSerialize ( |
||
type | The type. | |
return | MemberMetadata>.Dictionary |
public GetCatelPropertyNames ( |
||
type | Type of the model. | |
includeModelBaseProperties | bool | if set to |
return | HashSet |
public GetFieldNames ( |
||
type | Type of the model. | |
return | HashSet |
public GetFields ( |
||
type | Type of the model. | |
return | MemberMetadata>.Dictionary |
public GetFieldsToSerialize ( |
||
type | The type. | |
return | MemberMetadata>.Dictionary |
public GetRegularProperties ( |
||
type | Type of the model. | |
return | MemberMetadata>.Dictionary |
public GetRegularPropertiesToSerialize ( |
||
type | The type. | |
return | MemberMetadata>.Dictionary |
public GetRegularPropertyNames ( |
||
type | Type of the model. | |
return | HashSet |
public GetSerializerModifiers ( |
||
type | The type. | |
return | ISerializerModifier[] |
public RemoveSerializerModifier ( |
||
type | The type. | |
serializerModifierType | Type of the serializer modifier. | |
return | void |