Allow OrmLite to store complex blobs as JSON
Change how OrmLite stores complex type properties so they can be stored in formats other than JSV like JSON.
56
votes
Support for pluggable complex type serialization was added in v4.0.11, see:
https://github.com/ServiceStack/ServiceStack/wiki/Release-Notes#wiki-v4011-release-notes
-
Holger Läbe commented
Especially for PostgreSQL using JSON, definitly great.
-
Erwin Mayer commented
-
Chris Mcvittie commented
Yeah - this would be great - especially for Postgres with its native JSON querying...