Closed dellisd closed 2 years ago
kotlinx.serialization was a convenient option for implementing serialization, however it becomes extremely slow on large FeatureCollections due to the amount of polymorphic serializer lookups.
FeatureCollection
Should consider alternative serialization methods.
Fixed in #87
kotlinx.serialization was a convenient option for implementing serialization, however it becomes extremely slow on large
FeatureCollection
s due to the amount of polymorphic serializer lookups.Should consider alternative serialization methods.