The MissingSerializationType interface represents a type that could not be found when deserializing the object. This can usually happen when switching between developer and designer mode if a new class has been added.
All data on the object will be placed here. This can be read, as long as the nested objects are not missing types either.
The name of the missing class.
The namespace of the missing class.
The MissingSerializationType interface represents a type that could not be found when deserializing the object. This can usually happen when switching between developer and designer mode if a new class has been added.