Liangjingkanji Serialize Save

🍒 Android 简单高性能读写本地数据, 直接存储对象/基础类型

Project README

标准序列化工具

使用文档 | 无法访问?

简化项目中的序列化

  • 创建自动存储本地的字段(内部使用MMKV)
  • 创建自动存储本地的LiveData可观察字段
  • 存储读写对象
  • 创新式使用双通道读写磁盘, 耗时大幅度低于SQLite/sp/mmkv, 完美解决ANR
  • 快捷跳转Activity/Fragment和参数传递
  • 创建自动注入Activity/Fragment参数的字段(支持可空类型)

安装

添加远程仓库根据创建项目的 Android Studio 版本有所不同

Android Studio Arctic Fox以下创建的项目 在项目根目录的 build.gradle 添加仓库

allprojects {
    repositories {
        // ...
        maven { url 'https://jitpack.io' }
    }
}

Android Studio Arctic Fox以上创建的项目 在项目根目录的 settings.gradle 添加仓库

dependencyResolutionManagement {
    repositories {
        // ...
        maven { url 'https://jitpack.io' }
    }
}

然后在 module 的 build.gradle 添加依赖框架

implementation 'com.github.liangjingkanji:Serialize:3.0.1'

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Open Source Agenda is not affiliated with "Liangjingkanji Serialize" Project. README Source: liangjingkanji/Serialize
Stars
235
Open Issues
0
Last Commit
8 months ago
License

Open Source Agenda Badge

Open Source Agenda Rating