Package spoon.reflect

Interface ModelStreamer

All Known Implementing Classes:
SerializationModelStreamer

public interface ModelStreamer
This interface defines the protocol to save and load a factory and it's associated model through output and input streams.
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads a factory (and all its associated Java program elements).
    void
    Saves a factory (and all its associated Java program elements).