jeroen / protolite

Fast and Simple Object Serialization to Protocol Buffers
Other
48 stars 8 forks source link

Support streaming #7

Open jeroen opened 6 years ago

jeroen commented 6 years ago

Currently everything is in-memory. Add support for protobuf heavy IO such as SerializeToFileDescriptor or SerializeToOStream.