]> asedeno.scripts.mit.edu Git - cl-protobufs.git/blobdiff - cl-protobufs.rst
Implement (de)serialization for the Protobufs 'group' feature.
[cl-protobufs.git] / cl-protobufs.rst
index 4b9d1c1d118d4f4eba61667a4b93401db3497ca3..f4ae7bf48eae05e885da5165c8d2f230c7ab0625 100644 (file)
@@ -628,6 +628,8 @@ Lisp class) or a ``proto:protobuf-message``.
 
 The encoded bytes come from the byte array given by *buffer*, starting
 at the fixnum index *start* up to the end of the buffer, given by *end*.
+*start* defaults to 0, *end*' defaults to the length of the buffer.
+
 If a zero byte is encountered in in the "tag position" during
 deserialization, this is interpreted as an "end of object" marker
 and deserialization stops.