public interface PrototypeManager
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getPrototype(java.lang.Class c)
Try to read in the prototype for the given class
|
void |
writePrototype(java.lang.Object object)
Write the object as a prototype
|
void writePrototype(java.lang.Object object)
object
- the objectjava.lang.Object getPrototype(java.lang.Class c)
c
- The class