Support `Option<&str>` and `Option<String>
Currently `&str` is supported for string types, but if the string isn't always populated it would be nice to serialise a null pointer. Current workaround is passing a `*const u8` which is error prone.
0 条评论