Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static Type Adapter #131

Merged
merged 8 commits into from
Feb 1, 2016
Merged

Static Type Adapter #131

merged 8 commits into from
Feb 1, 2016

Conversation

gfx
Copy link
Member

@gfx gfx commented Jan 28, 2016

#49

This PR should be compatible with v1.0.

Dynamic type adapters will be removed in v2.0

New Features

  • The best-matched SQLite storage type is adapted
    • e.g. INTEGER for java.util.Date, BLOB for java.nio.ByteBuffer
  • Custom binary classes (e.g. ByteBuffer, Bitmap) are handled correctly
    • v1.0.0 can't use binary objects except for byte[]

@gfx gfx changed the title [WIP] Static Type Adapter Static Type Adapter Jan 31, 2016
gfx added a commit that referenced this pull request Feb 1, 2016
@gfx gfx merged commit d3f24e0 into master Feb 1, 2016
@gfx gfx deleted the static_type_adapters branch February 1, 2016 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant