SerializableObjectLayerClient Constructors
An object access layer that saves and loads persistent objects via an object implementing the ISerializableObjectLayer interface.| Name | Parameters | Description |
|---|---|---|
| SerializableObjectLayerClient(ISerializableObjectLayer, XPDictionary) | objectLayer, dictionary | Initializes a new instance of the SerializableObjectLayerClient class with specified settings. |
| SerializableObjectLayerClient(ISerializableObjectLayer) | objectLayer | Initializes a new instance of the SerializableObjectLayerClient class with a specified object implementing the ISerializableObjectLayer interface. |
See Also