From 52e2177069750c05adeb24f76c3a9d538c5d33b7 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 21 Jan 2021 16:23:54 -0400 Subject: [PATCH] Remove invalid claim that Protocol Buffers does not support unions (#6413) Protocol Buffers v3 supports the `oneof` operator: https://developers.google.com/protocol-buffers/docs/proto3#oneof Signed-off-by: Juan Cruz Viotti --- docs/source/FlatBuffers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/FlatBuffers.md b/docs/source/FlatBuffers.md index 2a2133f..bbd2cb0 100644 --- a/docs/source/FlatBuffers.md +++ b/docs/source/FlatBuffers.md @@ -64,8 +64,8 @@ Protocol Buffers is indeed relatively similar to FlatBuffers, with the primary difference being that FlatBuffers does not need a parsing/ unpacking step to a secondary representation before you can access data, often coupled with per-object memory allocation. The code -is an order of magnitude bigger, too. Protocol Buffers has neither optional -text import/export nor schema language features like unions. +is an order of magnitude bigger, too. Protocol Buffers has no optional +text import/export. ### But all the cool kids use JSON! -- 2.7.4