Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Ecore serializable?
Ecore serializable? [message #376484] Mon, 02 December 2002 20:31 Go to next message
Lance Phillips is currently offline Lance PhillipsFriend
Messages: 210
Registered: July 2009
Senior Member
Why are the Ecore objects not serializable / externalizable? Or is there
some mechanism to make them serializble / externalizable?

thanks,

Lance Phillips
Re: Ecore serializable? [message #376487 is a reply to message #376484] Tue, 03 December 2002 10:40 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Lance,

Ecore objects are designed to be serialized using
org.eclipse.emf.ecore.resource. Resource load and save. Clients who want
their model instances to be java.io.Serializable will need to implement that
code themselves. Perhaps this type of code is generatable to, but we haven't
looked at doing that...

Lance Phillips wrote:

> Why are the Ecore objects not serializable / externalizable? Or is there
> some mechanism to make them serializble / externalizable?
>
> thanks,
>
> Lance Phillips

--
Ed Merks


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:overriding emf.edit commands
Next Topic:EMF Edit question
Goto Forum:
  


Current Time: Tue Apr 23 15:30:39 GMT 2024

Powered by FUDForum. Page generated in 0.03025 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top