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 Namespace Reference

Namespaces

namespace  Mobile
 

Classes

class  BinaryFormatterWrapper
 Wraps the BinaryFormatter in the ISerializationFormatter interface so it can be used in a standardized manner. More...
 
interface  ISerializationFormatter
 Defines an object that can serialize and deserialize object graphs. More...
 
class  NetDataContractSerializerWrapper
 Wraps the NetDataContractSerializer in the ISerializationFormatter interface so it can be used in a standardized manner. More...
 
class  SerializationFormatterFactory
 Factory used to create the appropriate serialization formatter object based on the application configuration.