Package jetbrains.mps.extapi.model
Interface SModelPersistence
- 
@Deprecated public interface SModelPersistence
Deprecated.Consider usingCustomPersistenceLoadFacilityinstead evgeny, 3/22/13A callback forCustomPersistenceSModel. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SModelDatacreateEmpty(SModelReference reference, StreamDataSource source)Deprecated.SModelDatareadModel(SModelReference reference, StreamDataSource source)Deprecated.voidwriteModel(SModelData model, StreamDataSource source)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
createEmpty
SModelData createEmpty(SModelReference reference, StreamDataSource source)
Deprecated. 
- 
readModel
SModelData readModel(SModelReference reference, StreamDataSource source) throws IOException
Deprecated.- Throws:
 IOException
 
- 
writeModel
void writeModel(SModelData model, StreamDataSource source) throws IOException, ModelSaveException
Deprecated.- Throws:
 IOExceptionModelSaveException
 
 - 
 
 -