You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there some standard behavior that makes sense to have as the default? E.g., ignoring the tag, ignoring the value, erroring, etc.
The text was updated successfully, but these errors were encountered:
ethanresnick
changed the title
How are consumers supposed to handle values with unrecognized tags
How are consumers supposed to handle values with unrecognized tags?
Sep 29, 2018
But this tagged litteral (of class clojure.lang.TaggedLiteral) has no particular meaning inside your application, it just serializes to the same thing as it was read as.
So, no, there is no sane default here. If your application is unaware of the meaning of the data it shuffles around, fine, use tagged-litteral, otherwise you better give your EDN-reader the nescessary tag->function-mapping to parse the data.
Is there some standard behavior that makes sense to have as the default? E.g., ignoring the tag, ignoring the value, erroring, etc.
The text was updated successfully, but these errors were encountered: