goog.proto2.Serializer | |
goog.proto2.ObjectSerializer | goog.proto2.Serializer |
opt_keyOption
: goog.proto2.ObjectSerializer.KeyOption=
If specified,
which key option to use when serializing/deserializing.
|
![]()
Deserializes a message from an object and places the
data in the message.
Arguments:
|
code » | |||
Serializes a message to an object.
Arguments:
Returns: !Object
The serialized form of the message.
|
code » |
Deserializes a message from the expected format.
Arguments:
Returns: !goog.proto2.Message
The message created.
|
code » | |||
![]()
Deserializes a message from the expected format and places the
data in the message.
Arguments:
|
code » | |||
![]()
Returns the deserialized form of the given value for the given field if the
field is a Message or Group and returns the value, converted or unchanged,
for primitive field types otherwise.
Arguments:
Returns: *
The value.
|
code » | |||
![]()
Returns the serialized form of the given value for the given field
if the field is a Message or Group and returns the value unchanged
otherwise.
Arguments:
Returns: *
The value.
|
code » | |||
![]()
Serializes a message to the expected format.
Arguments:
Returns: *
The serialized form of the message.
|
code » |
![]()
No description.
|
Code » |
![]()
An enumeration of the options for how to emit the keys in
the generated simplified object.
Constants:
|
Code » |