C# Class XSerializer.JsonSerializerFactory

Afficher le fichier Open project: QuickenLoans/XSerializer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat IJsonSerializerInternal

GetSerializer() public static méthode

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