Skip to content

Add ListEncodingStrategy and ListDecodingStrategy

Choose a tag to compare

@tachyonics tachyonics released this 10 Aug 16:24
f5d46f4

Provides an option to more compactly represent a list in a type hierarchy by collapsing a list with all items under a single tag when decoding and expanding all items to be under that tag when encoding. No change to default behavior.