summaryrefslogtreecommitdiff
path: root/upb/bindings/googlepb/README
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-08-21 14:47:50 -0700
committerJosh Haberman <jhaberman@gmail.com>2018-08-21 14:47:50 -0700
commitc0a50de92300080a1cf11bf4ff0ec3b2d6240c10 (patch)
tree84736c4563940dd81aa5d2269e3ba638b5355edb /upb/bindings/googlepb/README
parente3eae33fb5840dbec3c2bc9109fa164f6066baa8 (diff)
Removed a bunch of obsolete code.
A lot of this code was experimental or temporarily useful, but is no longer needed.
Diffstat (limited to 'upb/bindings/googlepb/README')
-rw-r--r--upb/bindings/googlepb/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/upb/bindings/googlepb/README b/upb/bindings/googlepb/README
deleted file mode 100644
index e3140f4..0000000
--- a/upb/bindings/googlepb/README
+++ /dev/null
@@ -1,20 +0,0 @@
-This directory contains code to interoperate with Google's official
-Protocol Buffers release. Since it doesn't really have a name
-besides "protobuf," calling this directory "googlepb" seems like the
-least confusing option, since it lives in the google::protobuf
-namespace.
-
-We support writing into protobuf's generated classes (and hopefully
-reading too, before long). We support both the open source protobuf
-release and the Google-internal version (which is mostly the same
-code, just in a different namespace). A single compile of upb can
-support both (there are no conflicts thanks to function overloading).
-
-The internal version supports some features that are not supported in
-the open-source release. Also, the internal version includes the
-legacy "proto1" classes which we must support; thankfully this is
-mostly relegated to its own separate file.
-
-Our functionality requires the full google::protobuf::Message
-interface; we rely on reflection so we know what fields to read/write
-and where to put them, so we can't support MessageLite.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback