SerializerAssemblyGenerationConfigurationPreferReflectionBasedSerializer Property |
Gets or sets a value indicating whether prefer reflection based collection serializers instead of dyhnamic generated serializers.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public bool PreferReflectionBasedSerializer { get; set; }
Public Property PreferReflectionBasedSerializer As Boolean
Get
Set
public:
virtual property bool PreferReflectionBasedSerializer {
bool get () sealed;
void set (bool value) sealed;
}
abstract PreferReflectionBasedSerializer : bool with get, set
override PreferReflectionBasedSerializer : bool with get, set
Property Value
Type:
Booleantrue if prefer reflection based collection serializers instead of dyhnamic generated serializers; otherwise,
false.
See Also