amazon-ion / ion-cli

Apache License 2.0
35 stars 15 forks source link

Add support for variably occurring types in code generation #102

Open desaikd opened 7 months ago

desaikd commented 7 months ago

Currently variably occurring types are not fully supported in code generation. Process occurs field and validate while reading the data using the value of occurs constraint.

desaikd commented 2 weeks ago

Java currently only supports optional and required. (Does not support an occurs range) Rust does not support variably occurring type at all.