tags:

views:

14

answers:

1

Hi all,

I need to save the JCO (sap) IMetadata object in a file, then create the IMetaData object from the file on a different computer.

can anyone help me on how to do so?

thanks! :)

A: 

the following page will help you: Object Persistence Made Easy the IMetadata Class implements the Serializable interface. you can use ObjectInputStream/ObjectOutputStream to store and recover your object.

flurin