C# 클래스 MsgPack.Serialization.PreGeneratedSerializerActivator.SerializerActivator

파일 보기 프로젝트 열기: msgpack/msgpack-cli

보호된 프로퍼티들

프로퍼티 타입 설명
SerializerConstructorParameterTypes1 System.Type[]
SerializerConstructorParameterTypes3 System.Type[]

공개 메소드들

메소드 설명
Create ( Type targetType, Type serializerType, Type serializationTargetType ) : ISerializerActivator

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Type targetType, Type serializerType, Type serializationTargetType ) : ISerializerActivator
targetType System.Type
serializerType System.Type
serializationTargetType System.Type
리턴 ISerializerActivator

프로퍼티 상세

SerializerConstructorParameterTypes1 보호되어 있는 정적으로 프로퍼티

protected static Type[],System SerializerConstructorParameterTypes1
리턴 System.Type[]

SerializerConstructorParameterTypes3 보호되어 있는 정적으로 프로퍼티

protected static Type[],System SerializerConstructorParameterTypes3
리턴 System.Type[]