goog.proto2.Serializer |
goog.proto2.PbLiteSerializer | goog.proto2.LazyDeserializer |
goog.proto2.LazyDeserializer | goog.proto2.Serializer |
goog.proto2.TextFormatSerializer | goog.proto2.Serializer |
goog.proto2.ObjectSerializer | goog.proto2.Serializer |
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 » |