Back to Devexpress

SerializableObjectLayerClient Class

xpo-devexpress-dot-xpo-8a675cfa.md

latest2.2 KB
Original Source

SerializableObjectLayerClient Class

An object access layer that saves and loads persistent objects via an object implementing the ISerializableObjectLayer interface.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class SerializableObjectLayerClient :
    IObjectLayer,
    IObjectLayerProvider,
    IXPDictionaryProvider,
    IObjectLayerEx,
    IDataLayerProvider,
    IObjectLayerOnSession,
    IObjectLayerAsync,
    ICommandChannel,
    ICommandChannelAsync,
    IInfrastructure<ISecuredPropertyAccessor>
vb
Public Class SerializableObjectLayerClient
    Implements IObjectLayer,
               IObjectLayerProvider,
               IXPDictionaryProvider,
               IObjectLayerEx,
               IDataLayerProvider,
               IObjectLayerOnSession,
               IObjectLayerAsync,
               ICommandChannel,
               ICommandChannelAsync,
               IInfrastructure(Of ISecuredPropertyAccessor)

Remarks

For more information on transferring data via WCF services, refer to Transferring Data via WCF Services.

Implements

IObjectLayer

IObjectLayerEx

IObjectLayerOnSession

IObjectLayerAsync

Inheritance

Object SerializableObjectLayerClient

See Also

SerializableObjectLayerClient Members

DevExpress.Xpo Namespace