|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXMLPersistedObject
Provides access to members to set or retrieve an object to be serialized to XML. The object must support IPersistStream or IPersistVariant.
Method Summary | |
---|---|
Object |
getObject()
The object to be serialized to or deserialized from XML. |
void |
setObjectByRef(Object ppObject)
The object to be serialized to or deserialized from XML. |
Method Detail |
---|
Object getObject() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectByRef(Object ppObject) throws IOException, AutomationException
ppObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |