Skip to content
forked from google/gson

A Java serialization/deserialization library to convert Java Objects into JSON and back

License

Notifications You must be signed in to change notification settings

etby/DataCache-Gson

 
 

Repository files navigation

DataCache-Gson

搭配 DataCache 进行工作, 用来给从 Json 解析的数据打上标记, 之后进行更新.

Gson Download and Maven

  • To use Gson in Android
dependencies {
    compile 'org.etby.datacache:gson:0.1.1'
}
  • To use Gson with Maven
<dependency>
  <groupId>org.etby.datacache</groupId>
  <artifactId>gson</artifactId>
  <version>0.1.1</version>
</dependency>

License

Gson is released under the Apache 2.0 license.

Copyright 2008 Google Inc.

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.

About

A Java serialization/deserialization library to convert Java Objects into JSON and back

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 52.9%
  • Java 47.0%
  • Other 0.1%