Placeholder for null child objects. More...
Public Member Functions | |
NullPlaceholder () | |
Creates an instance of the type. More... | |
void | GetState (SerializationInfo info) |
Method called by MobileFormatter when an object should serialize its data. More... | |
void | GetChildren (SerializationInfo info, MobileFormatter formatter) |
Method called by MobileFormatter when an object should serialize its child references. More... | |
void | SetState (SerializationInfo info) |
Method called by MobileFormatter when an object should be deserialized. More... | |
void | SetChildren (SerializationInfo info, MobileFormatter formatter) |
Method called by MobileFormatter when an object should deserialize its child references. More... | |
Placeholder for null child objects.
Definition at line 16 of file NullPlaceholder.cs.
Csla.Serialization.Mobile.NullPlaceholder.NullPlaceholder | ( | ) |
Creates an instance of the type.
Definition at line 21 of file NullPlaceholder.cs.
void Csla.Serialization.Mobile.NullPlaceholder.GetChildren | ( | SerializationInfo | info, |
MobileFormatter | formatter | ||
) |
Method called by MobileFormatter when an object should serialize its child references.
The data should be serialized into the SerializationInfo parameter.
info | Object to contain the serialized data. |
formatter | Reference to the formatter performing the serialization. |
Implements Csla.Serialization.Mobile.IMobileObject.
Definition at line 52 of file NullPlaceholder.cs.
void Csla.Serialization.Mobile.NullPlaceholder.GetState | ( | SerializationInfo | info | ) |
Method called by MobileFormatter when an object should serialize its data.
The data should be serialized into the SerializationInfo parameter.
info | Object to contain the serialized data. |
Implements Csla.Serialization.Mobile.IMobileObject.
Definition at line 36 of file NullPlaceholder.cs.
void Csla.Serialization.Mobile.NullPlaceholder.SetChildren | ( | SerializationInfo | info, |
MobileFormatter | formatter | ||
) |
Method called by MobileFormatter when an object should deserialize its child references.
The data should be deserialized from the SerializationInfo parameter.
info | Object containing the serialized data. |
formatter | Reference to the formatter performing the deserialization. |
Implements Csla.Serialization.Mobile.IMobileObject.
Definition at line 81 of file NullPlaceholder.cs.
void Csla.Serialization.Mobile.NullPlaceholder.SetState | ( | SerializationInfo | info | ) |
Method called by MobileFormatter when an object should be deserialized.
The data should be deserialized from the SerializationInfo parameter.
info | Object containing the serialized data. |
Implements Csla.Serialization.Mobile.IMobileObject.
Definition at line 65 of file NullPlaceholder.cs.