Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 495 Bytes

LIMITATIONS.md

File metadata and controls

8 lines (5 loc) · 495 Bytes

Limitations

Full Serializer tries hard to prevent any serialization restrictions, but some them of are simply unavoidable. Depending on your export platform, certain features in Full Serializer may not be available.

If you know of a way to remove any of these limitations, please make sure to bring it up.

WebPlayer

  • All serialized types need to have a default constructor (FormatterServices.GetUninitializedObject is not available - Activator.CreateInstance must be used instead).