-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Line 58 in 57766d2
You can encode slices with the standard protobuf encoding by using a Plenc object and setting the ProtoCompatibleSlices option. With this option set plenc will use the standard protobuf encoding for slices. |
Lines 22 to 26 in 57766d2
// ProtoCompatibleArrays controls how plenc handles slices and arrays of | |
// data. When set to true Plenc writes arrays that are compatible with | |
// protobuf. If not true it uses a format that allows arrays to be read more | |
// efficiently. Set it before calling RegisterDefaultCodecs. | |
ProtoCompatibleArrays bool |
Metadata
Metadata
Assignees
Labels
No labels