Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
By default, classes and their members aren't binary-serializable. The NonSerializedAttribute attribute is only needed if a member of a binary-serializable class should not be binary serialized.
Error ID: BC30772
To correct this error
Add the SerializableAttribute attribute to the class.
—or—
Remove the NonSerializedAttribute attribute from the member.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.