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 100f4b5 commit 6d62928Copy full SHA for 6d62928
src/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`3.cs
@@ -161,7 +161,7 @@ protected void BuildSerializer( TContext context )
161
{
162
this.BuildEnumSerializer( context );
163
}
164
-#if !WINDOWS_PHONE && !NETFX_35
+#if !NETFX_35
165
else if ( ( typeof( TObject ).GetAssembly().Equals( typeof( object ).GetAssembly() ) ||
166
typeof( TObject ).GetAssembly().Equals( typeof( Enumerable ).GetAssembly() ) )
167
&& typeof( TObject ).GetIsPublic() && typeof( TObject ).Name.StartsWith( "Tuple`", StringComparison.Ordinal ) )
0 commit comments