Serialized Form
-
Package com.google.gson
-
Class com.google.gson.JsonIOException extends JsonParseException implements Serializable
- serialVersionUID:
- 1L
-
Class com.google.gson.JsonParseException extends RuntimeException implements Serializable
- serialVersionUID:
- -4086729973971783390L
-
Class com.google.gson.JsonSyntaxException extends JsonParseException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.google.gson.internal
-
Class com.google.gson.internal.LazilyParsedNumber extends Number implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException
- Throws:
IOException
-
writeReplace
private Object writeReplace() throws ObjectStreamException
If somebody is unlucky enough to have to serialize one of these, serialize it as a BigDecimal so that they won't need Gson on the other side to deserialize it.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
value
String value
-
-
-
Class com.google.gson.internal.LinkedHashTreeMap extends AbstractMap<K,V> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException
- Throws:
IOException
-
writeReplace
private Object writeReplace() throws ObjectStreamException
If somebody is unlucky enough to have to serialize one of these, serialize it as a LinkedHashMap so that they won't need Gson on the other side to deserialize it. Using serialization defeats our DoS defence, so most apps shouldn't use it.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
-
entrySet
com.google.gson.internal.LinkedHashTreeMap.EntrySet entrySet
-
header
com.google.gson.internal.LinkedHashTreeMap.Node<K,V> header
-
keySet
com.google.gson.internal.LinkedHashTreeMap.KeySet keySet
-
modCount
int modCount
-
size
int size
-
table
com.google.gson.internal.LinkedHashTreeMap.Node<K,V>[] table
-
threshold
int threshold
-
-
-
Class com.google.gson.internal.LinkedTreeMap extends AbstractMap<K,V> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException
- Throws:
IOException
-
writeReplace
private Object writeReplace() throws ObjectStreamException
If somebody is unlucky enough to have to serialize one of these, serialize it as a LinkedHashMap so that they won't need Gson on the other side to deserialize it. Using serialization defeats our DoS defence, so most apps shouldn't use it.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
-
entrySet
com.google.gson.internal.LinkedTreeMap.EntrySet entrySet
-
header
com.google.gson.internal.LinkedTreeMap.Node<K,V> header
-
keySet
com.google.gson.internal.LinkedTreeMap.KeySet keySet
-
modCount
int modCount
-
root
com.google.gson.internal.LinkedTreeMap.Node<K,V> root
-
size
int size
-
-
-
-
Package com.google.gson.stream
-
Class com.google.gson.stream.MalformedJsonException extends IOException implements Serializable
- serialVersionUID:
- 1L
-