CSLA.NET
6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
ICslaWriter.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.IO;
4
5
namespace
Csla.Serialization.Mobile
6
{
11
public
interface
ICslaWriter
12
{
19
void
Write
(Stream serializationStream, List<SerializationInfo> objectData);
20
}
21
}
Csla.Serialization.Mobile.ICslaWriter
Represents a class that can be used to write a list of SerializationInfo objects into a stream,...
Definition:
ICslaWriter.cs:12
Csla.Serialization.Mobile.ICslaWriter.Write
void Write(Stream serializationStream, List< SerializationInfo > objectData)
Write a list of SerializationInfo objects into a stream, typically MemoryStream
Csla.Serialization.Mobile
Definition:
AssemblyNameTranslator.cs:11
Generated by
1.9.2