summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-02 01:43:11 +0000
committerPaul Buetow <paul@buetow.org>2008-06-02 01:43:11 +0000
commit16200e39c38ed76ddac954c7e005a22b6233c642 (patch)
treef4703e6359da7fbc3d5ca97e7427556777839b39 /docs
parent378c2674fc704b2a6bbf0e6a01b721a7aea7c2e2 (diff)
foo
Diffstat (limited to 'docs')
-rw-r--r--docs/SERIALIZATION_NOTES.txt1
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)