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.CslaLegacyBinaryReader Class Reference

This is a legacy version of CslaBinaryReader. More...

Inheritance diagram for Csla.Serialization.Mobile.CslaLegacyBinaryReader:
Csla.Serialization.Mobile.ICslaReader

Public Member Functions

 CslaLegacyBinaryReader ()
 Creates new instance of CslaLegacyBinaryReader More...
 
List< SerializationInfoRead (Stream serializationStream)
 Read a data from a stream, typically MemoryStream, and convert it into a list of SerializationInfo objects More...
 

Detailed Description

This is a legacy version of CslaBinaryReader.

You should not use this type unless you have issues with the CslaBinaryReader.

Definition at line 12 of file CslaLegacyBinaryReader.cs.

Constructor & Destructor Documentation

◆ CslaLegacyBinaryReader()

Csla.Serialization.Mobile.CslaLegacyBinaryReader.CslaLegacyBinaryReader ( )

Creates new instance of CslaLegacyBinaryReader

Definition at line 19 of file CslaLegacyBinaryReader.cs.

Member Function Documentation

◆ Read()

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

Read a data from a stream, typically MemoryStream, and convert it into a list of SerializationInfo objects

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

Implements Csla.Serialization.Mobile.ICslaReader.

Definition at line 30 of file CslaLegacyBinaryReader.cs.