| Package | Description |
|---|---|
| org.eclipse.emf.facet.util.emf.core.serialization |
| Class and Description |
|---|
| ISerializationRegistry
The registry of
ISerializers per type. |
| ISerializationService
Provides a serialization service so that the following is true:
deserialize(serialize(object)) == object |
| ISerializer
The interface that must be implemented when adding an extension to the "serializer" extension
point.
|