C# Class MsgPack.Serialization.PreGeneratedSerializerActivator.SerializerActivator

Exibir arquivo Open project: msgpack/msgpack-cli

Protected Properties

Property Type Description
SerializerConstructorParameterTypes1 System.Type[]
SerializerConstructorParameterTypes3 System.Type[]

Public Methods

Method Description
Create ( Type targetType, Type serializerType, Type serializationTargetType ) : ISerializerActivator

Method Details

Create() public static method

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

Property Details

SerializerConstructorParameterTypes1 protected_oe static_oe property

protected static Type[],System SerializerConstructorParameterTypes1
return System.Type[]

SerializerConstructorParameterTypes3 protected_oe static_oe property

protected static Type[],System SerializerConstructorParameterTypes3
return System.Type[]