CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Serialization.Mobile.CslaXmlWriter Class Reference

This class uses DataContractSerializer and XmlWriter classes to write the data to a stream More...

Inheritance diagram for Csla.Serialization.Mobile.CslaXmlWriter:
Csla.Serialization.Mobile.ICslaWriter

Public Member Functions

void Write (Stream serializationStream, List< SerializationInfo > objectData)
 Write the data to a stream More...
 

Detailed Description

This class uses DataContractSerializer and XmlWriter classes to write the data to a stream

Definition at line 12 of file CslaXmlWriter.cs.

Member Function Documentation

◆ Write()

void Csla.Serialization.Mobile.CslaXmlWriter.Write ( Stream  serializationStream,
List< SerializationInfo objectData 
)

Write the data to a stream

Parameters
serializationStreamStream to read the data from
objectDataList of SerializationInfo objects to write

Implements Csla.Serialization.Mobile.ICslaWriter.

Definition at line 19 of file CslaXmlWriter.cs.