Skip to content

serde-human-readable info #372

Closed Answered by jhpratt
Geobert asked this question in Question
Oct 25, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

From the docs:

Allows serde representations to use a human-readable format. This is determined by the serializer, not the user. If this feature is not enabled or if the serializer requests a non-human-readable format, a format optimized for binary representation will be used.

Basically, is the format being displayed to a human or only used internally? If it's being shown to a person, enable this flag. If not, it's needless overhead.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Geobert
Comment options

Answer selected by Geobert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants