locationtech / geogig

GeoGig project
Other
402 stars 80 forks source link

Move value serialization from FieldType to storage.text.Marshallers #507

Closed groldan closed 3 years ago

groldan commented 3 years ago

Marshalling and un-marshalling attribute values to/from string does not belong to the FieldType enum, but is specific to the TextRevObjectSerializer.

Move the functionality from FieldType (in api) to the geogig.storage.text package, in the Marshallers utility class.