Class: exports

exports()

All Protobuf types known to the application.

This class serves as the registry of types generated by Protobuf complier.

exports()

A utility which converts the JS object to its Protobuf counterpart.

exports()

Parses a plain Javascript object to a Protobuf message. The class is abstract and should be implemented for every message type.

exports()

The registry of parsers for known Protobuf types.

Parsers for standard Protobuf types are provided by the Spine Web and automatically registered.

Other parsers are generated by the Protobuf plugin for Javascript and should be registered by the users of the class.