diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/SERIALIZATION_NOTES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SERIALIZATION_NOTES.txt b/docs/SERIALIZATION_NOTES.txt index 55e13af..99cd0fb 100644 --- a/docs/SERIALIZATION_NOTES.txt +++ b/docs/SERIALIZATION_NOTES.txt @@ -8,6 +8,7 @@ VSSerialize writeObject(numProcesses) for (porcess : processes) process(=VSProcess).serialize { super(=VSPrefs).serialize + writeObject(processID) writeObject(numProtocolsToReset) for (protocol : protocolsToReset) { writeObject(protocolClassname) |
