Skip to content

Commit 8f8d903

Browse files
committed
Merge pull request google#794 from jpaugh/patch-1
Collapse bullets into a paragraph
2 parents a52828c + bad5cc8 commit 8f8d903

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

UserGuide.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,8 @@ Unfortunately, there is no way to get around this in Java.
223223

224224
#### <a name="TOC-Collections-Limitations"></a>Collections Limitations
225225

226-
* Can serialize collection of arbitrary objects but can not deserialize from it
227-
* Because there is no way for the user to indicate the type of the resulting object
228-
* While deserializing, Collection must be of a specific generic type
229-
230-
All of this makes sense, and is rarely a problem when following good Java coding practices.
226+
Gson can serialize collection of arbitrary objects but can not deserialize from it, because there is no way for the user to indicate the type of the resulting object. Instead, while deserializing, the Collection must be of a specific, generic type.
227+
This makes sense, and is rarely a problem when following good Java coding practices.
231228

232229
### <a name="TOC-Serializing-and-Deserializing-Generic-Types"></a>Serializing and Deserializing Generic Types
233230

0 commit comments

Comments
 (0)