| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.squawk.ObjectMemorySerializer
public class ObjectMemorySerializer
This class facilitates saving a serialized object graph to a URL.
 The format of the output is described by ObjectMemoryFile.
| Nested Class Summary | |
|---|---|
| static class | ObjectMemorySerializer.ControlBlockA ControlBlock instance is used to pass parameters in both directions when calling the copyObjectGraphlow level routine
 that serializes an object graph. | 
| Method Summary | |
|---|---|
| static void | save(DataOutputStream dos,
     String uri,
     ObjectMemorySerializer.ControlBlock cb,
     ObjectMemory parent,
     boolean bigEndian)Writes a serialized object memory to a given output stream. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static void save(DataOutputStream dos,
                        String uri,
                        ObjectMemorySerializer.ControlBlock cb,
                        ObjectMemory parent,
                        boolean bigEndian)
                 throws IOException
dos - where the object memory should be writtenuri - a URI identifying the object memory being savedcb - the control block describing the serialized object graphparent - the object memory to which the serialized object memory is boundbigEndian - the endianess to be used when serializing the object memory
IOException - if there is an IO error| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||