amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Make `IonElement.toIonValue` accept a ValueFactory instance instead of IonSystem #64

Closed dlurton closed 2 years ago

dlurton commented 2 years ago

This minor backward compatible API change eliminates an unfortunate dependency on IonSystem.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.