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
While the round-trip serialization of a List<'a> is consistent, the JSON produced by serialization contains the serialized List<'a> in reverse order. This can cause problems if the produced JSON is used by non-Chiron consumers and the order of the elements is important.
The text was updated successfully, but these errors were encountered:
While the round-trip serialization of a
List<'a>
is consistent, the JSON produced by serialization contains the serializedList<'a>
in reverse order. This can cause problems if the produced JSON is used by non-Chiron consumers and the order of the elements is important.The text was updated successfully, but these errors were encountered: