Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public class SerializableObjectLayerClient :
    IObjectLayer,
    IObjectLayerProvider,
    IXPDictionaryProvider,
    IObjectLayerEx,
    IDataLayerProvider,
    IObjectLayerOnSession,
    IObjectLayerAsync,
    ICommandChannel,
    ICommandChannelAsync

Remarks

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

Inheritance

Object
SerializableObjectLayerClient
See Also