C# Class XSerializer.JsonSerializerFactory

显示文件 Open project: QuickenLoans/XSerializer Class Usage Examples

Public Methods

Method Description
GetSerializer ( Type type, bool encrypt, Type>.IDictionary mappingsByType, Type>.IDictionary mappingsByProperty, bool shouldUseAttributeDefinedInInterface ) : IJsonSerializerInternal
GetSerializer ( Type type, bool encrypt, XSerializer.JsonMappings mappings, bool shouldUseAttributeDefinedInInterface ) : IJsonSerializerInternal

Method Details

GetSerializer() public static method

public static GetSerializer ( Type type, bool encrypt, Type>.IDictionary mappingsByType, Type>.IDictionary mappingsByProperty, bool shouldUseAttributeDefinedInInterface ) : IJsonSerializerInternal
type System.Type
encrypt bool
mappingsByType Type>.IDictionary
mappingsByProperty Type>.IDictionary
shouldUseAttributeDefinedInInterface bool
return IJsonSerializerInternal

GetSerializer() public static method

public static GetSerializer ( Type type, bool encrypt, XSerializer.JsonMappings mappings, bool shouldUseAttributeDefinedInInterface ) : IJsonSerializerInternal
type System.Type
encrypt bool
mappings XSerializer.JsonMappings
shouldUseAttributeDefinedInInterface bool
return IJsonSerializerInternal