Skip to content
This repository has been archived by the owner on Oct 7, 2018. It is now read-only.

qbart/android-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Android Extensions

Extensions for various stuff.

Contains few classes:

  • JsonObjectOrmLitePersister - custom data persister for OrmLite which allows to serialize and deserialize JsonObject (GSON lib) into database - uses text as column type

  • LowercaseEnumStringPersister - custom data persister for OrmLite which converts all enum values into lowercased strings

  • GsonJsonObjectAdapter - adapter for JsonObject (GSON) - allows you to keep JsonObject in your models as a field (if you don't need to convert all your nested objects from JSON into java classes you can keep them in JsonObject)

About

Extensions for OrmLite library and GSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages