Proto is our default storage serialization; we can't break it

This commit is contained in:
Daniel Smith 2018-06-08 13:46:32 -07:00
parent 7a5847556c
commit e886303310
1 changed files with 3 additions and 1 deletions

View File

@ -742,7 +742,9 @@ APIs may return alternative representations of any resource in response to an
Accept header or under alternative endpoints, but the default serialization for
input and output of API responses MUST be JSON.
Protobuf serialization of API objects are currently **EXPERIMENTAL** and will change without notice.
A protobuf encoding is also accepted for built-in resources. As proto is not
self-describing, there is an envelope wrapper which describes the type of
the contents.
All dates should be serialized as RFC3339 strings.