We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04105b6 commit 7a6c443Copy full SHA for 7a6c443
src/MsgPack/Serialization/MessagePackSerializer.cs
@@ -220,12 +220,10 @@ internal static MessagePackSerializer<T> CreateInternal<T>( SerializationContext
220
#else
221
switch ( context.EmitterFlavor )
222
{
223
-#if !NETFX_35 && !NETFX_40 && !NETFX_CORE && !WINDOWS_PHONE && !SILVERLIGHT
224
case EmitterFlavor.ReflectionBased:
225
226
return CreateReflectionInternal<T>( context );
227
}
228
-#endif // !NETFX_35 && !NETFX_40 && !NETFX_CORE && !WINDOWS_PHONE && !SILVERLIGHT
229
#if !WINDOWS_PHONE && !NETFX_35
230
case EmitterFlavor.ExpressionBased:
231
0 commit comments