|
class | DoNotSerialize |
| Indicates that a property or field should not be serialized More...
|
|
class | DoNotChecksum |
| Used in checksum mode to flag a property as not being part of the "meaning" of an object - i.e. two objects with the same checksum "mean" the same thing, even if some of the properties are different, those properties would not be relevant to the purpose of the object More...
|
|
class | SerializerId |
| Attribute used to flag IDs this can be useful for check object consistence when the serializer is in a mode that does not serialize identifiers More...
|
|
interface | ISerializeObject |
|
class | SerializerAttribute |
|
class | SilverlightSerializer |
| Silverlight/.NET compatible binary serializer with suppression support produces compact representations, suitable for further compression
|
|