Skip to content

Commit

Permalink
added source link for well-known types
Browse files Browse the repository at this point in the history
  • Loading branch information
ennerf authored Feb 2, 2024
1 parent 7941dda commit 2b645d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ QuickBuffers passes all [proto2 conformance tests](./conformance) and is compati

* [Services](https://developers.google.com/protocol-buffers/docs/proto#services) are not implemented
* [Extensions](https://developers.google.com/protocol-buffers/docs/proto#extensions) are embedded directly into the extended message, so support is limited to generation time.
* [Well-known proto3 types](https://developers.google.com/protocol-buffers/docs/proto3) such as Timestamp and Duration are not special cased in JSON marshalling
* The [proto files](https:/protocolbuffers/protobuf/tree/main/src/google/protobuf) for [well-known proto3 types](https://developers.google.com/protocol-buffers/docs/proto3) such as `timestamp.proto` or `duration.proto`need to be included manually. Their special cased JSON representations are not implemented.
* Unsigned integer types are JSON encoded as signed integer numbers

## Getting started
Expand Down

0 comments on commit 2b645d1

Please sign in to comment.