Hi Adam,
I think the use cases are a bit broader. If I'm not mistaken Avro's
approach of having access to the original schema that was used to serialize
the message allows you more flexibility in schema evolution, doing things
that would break compatibility in protobuf. e.g. changing a field's
When i try this:
#define PROTOBUF_USE_DLLS
#include
#include
#include
#include "profiles.pb.h"
using namespace std;
using namespace profiles;
int main()
{
profiles::Profile aaa;
//fstream in("a1.inp", ios::in | ios::binary);
//aaa->ParseFromIstream(&in);
return 0;
}
I have l
ot;
> > to all of you.
>
> > I've read the previous posts about size of the protobuf binary and
> > I've seen the information that "lite" version is under development. Do
> > you have any idea on it's release date (even rough estimate)?
>
>