Changeset 1459
- Timestamp:
- 11/10/08 03:51:18 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/javarosa/org.javarosa.core/src/org/javarosa/core/util/externalizable/ExternalizableWrapper.java
r1335 r1459 36 36 public abstract void metaWriteExternal (DataOutputStream out) throws IOException; 37 37 38 public abstract void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException; 39 40 public abstract void writeExternal(DataOutputStream out) throws IOException; 41 38 42 public Object baseValue () { 39 43 Object baseVal = val;
