You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A PBJ record has a static PROTOBUF variable for encoding/decoding a record to/from protobuf. In order to create a tool that can encode an arbitrary PBJ record, it would be useful to introduce an interface to these records (PbjRecord). The interface would have a method like getProtoCodec that would return this static variable. The tool could then encode an arbitrary record without any additional data.
The text was updated successfully, but these errors were encountered:
A PBJ record has a static
PROTOBUF
variable for encoding/decoding a record to/from protobuf. In order to create a tool that can encode an arbitrary PBJ record, it would be useful to introduce an interface to these records (PbjRecord
). The interface would have a method likegetProtoCodec
that would return this static variable. The tool could then encode an arbitrary record without any additional data.The text was updated successfully, but these errors were encountered: