|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.trace.values.Marshaller
public class Marshaller
Constructor Summary | |
---|---|
Marshaller()
|
Method Summary | |
---|---|
Value |
marshal(java.lang.Object value)
Marshal a runtime value into an immutable, serializable representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Marshaller()
Method Detail |
---|
public Value marshal(java.lang.Object value)
Note that marshalling loses object identity, since equal (but different) objects share the same representation, and the same object (at different times) may use different representations.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |