Any

Undocumented in source.

Members

Functions

from
Any from(T value, string urlPrefix)
Undocumented in source. Be warned that the author may not have intended to support it.
fromJSONValue
Any fromJSONValue(JSONValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromProtobuf
Any fromProtobuf(R inputRange)
Undocumented in source. Be warned that the author may not have intended to support it.
isMessageType
bool isMessageType(string urlPrefix)
Undocumented in source. Be warned that the author may not have intended to support it.
to
T to(string urlPrefix)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSONValue
JSONValue toJSONValue()
Undocumented in source. Be warned that the author may not have intended to support it.
toProtobuf
auto toProtobuf()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

registerMessageType
registerMessageType(string urlPrefix)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

messageTypes
EncodingInfo[string] messageTypes;
Undocumented in source.

Structs

EncodingInfo
struct EncodingInfo
Undocumented in source.

Variables

typeUrl
string typeUrl;
Undocumented in source.

Meta