Static Public Member Functions | |
static SerializedForm | of (MessageLite message) |
Protected Member Functions | |
Object | readResolve () throws ObjectStreamException |
Private Member Functions | |
Object | readResolveFallback () throws ObjectStreamException |
Class<?> | resolveMessageClass () throws ClassNotFoundException |
Private Attributes | |
final byte[] | asBytes |
final Class<?> | messageClass |
final String | messageClassName |
Static Private Attributes | |
static final long | serialVersionUID = 0L |
A serialized (serializable) form of the generated message. Stores the message as a class name and a byte array.
Definition at line 1307 of file GeneratedMessageLite.java.
|
inlinestatic |
Definition at line 1309 of file GeneratedMessageLite.java.
|
inlineprotected |
When read from an ObjectInputStream, this method converts this object back to the regular form. Part of Java's serialization magic.
Definition at line 1339 of file GeneratedMessageLite.java.
|
inlineprivate |
Definition at line 1364 of file GeneratedMessageLite.java.
|
inlineprivate |
Definition at line 1387 of file GeneratedMessageLite.java.
|
private |
Definition at line 1319 of file GeneratedMessageLite.java.
|
private |
Definition at line 1316 of file GeneratedMessageLite.java.
|
private |
Definition at line 1318 of file GeneratedMessageLite.java.
|
staticprivate |
Definition at line 1313 of file GeneratedMessageLite.java.