Sylvain

Results 2 issues of Sylvain

The wire plugin uses a mechanism of fall-back to default enum value (index 0) when the index is above the one in the schema, this ensure we don't break compatibility...

protobuf

Currently the ProtobufParser uses a condition (isStdEnum) to know it we need to deserialize using the index form or string form. case ENUM: // 12-Feb-2015, tatu: Can expose as index...

protobuf