Class TransientModelPersistence
- java.lang.Object
 - 
- jetbrains.mps.generator.impl.cache.TransientModelPersistence
 
 
- 
public class TransientModelPersistence extends Object
Evgeny Gryaznov, Sep 22, 2010 
- 
- 
Constructor Summary
Constructors Constructor Description TransientModelPersistence(SModelReference modelReference) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SNode>loadModel(ModelInputStream is)voidsaveModel(List<SNode> roots, ModelOutputStream os) 
 - 
 
- 
- 
Constructor Detail
- 
TransientModelPersistence
public TransientModelPersistence(@NotNull SModelReference modelReference)
 
 - 
 
- 
Method Detail
- 
saveModel
public void saveModel(List<SNode> roots, ModelOutputStream os) throws IOException
- Throws:
 IOException
 
- 
loadModel
public List<SNode> loadModel(ModelInputStream is) throws IOException
- Throws:
 IOException
 
 - 
 
 -