C# 클래스 XSerializer.JsonSerializerFactory

파일 보기 프로젝트 열기: QuickenLoans/XSerializer 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetSerializer() 공개 정적인 메소드

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
리턴 IJsonSerializerInternal

GetSerializer() 공개 정적인 메소드

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