Skip to main content
A newer version of this page is available. .

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

Declaration

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

Remarks

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

Inheritance

Object
SerializableObjectLayerClient
See Also