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.ICslaReader Interface Reference

Represents a reader class that can be used to read the data sent across the wire in byte array format when communicating between server and client in both directions More...

Inheritance diagram for Csla.Serialization.Mobile.ICslaReader:
Csla.Serialization.Mobile.CslaBinaryReader Csla.Serialization.Mobile.CslaLegacyBinaryReader Csla.Serialization.Mobile.CslaXmlBinaryReader Csla.Serialization.Mobile.CslaXmlReader

Public Member Functions

List< SerializationInfoRead (Stream serializationStream)
 Read the data from a stream and return a list of SerializationInfo objects More...
 

Detailed Description

Represents a reader class that can be used to read the data sent across the wire in byte array format when communicating between server and client in both directions

Definition at line 11 of file ICslaReader.cs.

Member Function Documentation

◆ Read()

List< SerializationInfo > Csla.Serialization.Mobile.ICslaReader.Read ( Stream  serializationStream)

Read the data from a stream and return a list of SerializationInfo objects

Parameters
serializationStreamStream to read the data from, typically MemoryStream
Returns
List of SerializationInfo objects

Implemented in Csla.Serialization.Mobile.CslaBinaryReader, Csla.Serialization.Mobile.CslaLegacyBinaryReader, Csla.Serialization.Mobile.CslaXmlBinaryReader, and Csla.Serialization.Mobile.CslaXmlReader.