1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00

Two words: Spell Checker

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2076 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
bruce 2003-08-30 14:11:52 +00:00
parent 555c85aff9
commit d9bcfb69ea
4 changed files with 6 additions and 6 deletions

View file

@ -73,7 +73,7 @@ you should keep the following in mind:
<li>Objects sent as property values must implement Serialiable. Additionally, both the sender
and receiver must have identical versions of the class, or a serialization exception
will occur when de-serialiazing the object.
will occur when de-serializing the object.
<li>Serialized objects can potentially be quite large, which will use more bandwidth and
server resources.