C# 클래스 Swagger.ObjectModel.SwaggerModel.SwaggerSerializerStrategy

상속: PocoJsonSerializerStrategy
파일 보기 프로젝트 열기: khellang/Nancy.Swagger

보호된 메소드들

메소드 설명
SerializeEnum ( Enum @enum ) : object
TrySerializeUnknownTypes ( object input, object &output ) : bool

비공개 메소드들

메소드 설명
GetMemberName ( MemberInfo member ) : string
GetPropertyKeyValuePair ( PropertyInfo x ) : ReflectionUtils.SetDelegate>.KeyValuePair
GetterValueFactory ( Type type ) : ReflectionUtils.GetDelegate>.IDictionary
SetterValueFactory ( Type type ) : IDictionary>
ToObject ( IDictionary source ) : dynamic

메소드 상세

SerializeEnum() 보호된 메소드

protected SerializeEnum ( Enum @enum ) : object
@enum System.Enum
리턴 object

TrySerializeUnknownTypes() 보호된 메소드

protected TrySerializeUnknownTypes ( object input, object &output ) : bool
input object
output object
리턴 bool