-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 0.0.1
-
Component/s: BSON
-
None
The bson documentation says of the `Encoder` and `Decoder` types:
> These types will use reflection and evaluate struct tags unless the provided types implements the Marshaler or Unmarshaler interfaces.
However the struct tags that are understood do not appear to be documented anywhere, something that's crucial to being able to use these types properly.