This class uses DataContractSerializer and XmlDictionaryWriter classes to write the data to a stream More...
Public Member Functions | |
| void | Write (Stream serializationStream, List< SerializationInfo > objectData) |
| Write the data to a stream More... | |
This class uses DataContractSerializer and XmlDictionaryWriter classes to write the data to a stream
Definition at line 12 of file CslaXmlBinaryWriter.cs.
| void Csla.Serialization.Mobile.CslaXmlBinaryWriter.Write | ( | Stream | serializationStream, |
| List< SerializationInfo > | objectData | ||
| ) |
Write the data to a stream
| serializationStream | Stream to read the data from |
| objectData | List of SerializationInfo objects to write |
Implements Csla.Serialization.Mobile.ICslaWriter.
Definition at line 19 of file CslaXmlBinaryWriter.cs.