Giter Site home page Giter Site logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
For the moment consider using java transilien keyword to ignore field at java 
serialisation.
I will add jackson @JsonIgnore like interface in json-smart 2.0

Original comment by uriel.chemouni on 10 Oct 2011 at 7:18

  • Changed state: Accepted
  • Added labels: Milestone-2.0

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
@JsonIgnore is now implemented into branch 2.0

Original comment by uriel.chemouni on 31 Oct 2011 at 7:56

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024

Original comment by uriel.chemouni on 1 Nov 2011 at 8:56

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024

Original comment by uriel.chemouni on 1 Nov 2011 at 10:19

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024

Original comment by uriel.chemouni on 1 Nov 2011 at 9:13

  • Changed state: Fixed
  • Added labels: Milestone-2.0-beta1
  • Removed labels: Milestone-2.0

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
have a try for JSONValue.parse(String, object) style,works well enough.Thanks.

Original comment by [email protected] on 2 Nov 2011 at 12:55

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
and annotation @JsonIgnore for field works,something like
@JsonIgnore
private String desc = "desc";

but get or set method,like:
@JsonIgnore
    public String getDesc() {
        return desc;
    }
@JsonIgnore
    public void setDesc(String desc) {
        this.desc = desc;
    }

JsonIgnore annotation have no affect,I expect we could JsonIgnore before 
seperate set and get method.

Original comment by [email protected] on 2 Nov 2011 at 1:01

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
what should append if:
1) @JsonIgnore is present on field, and not present onto getter and setter.

2) @JsonIgnore is present on the field, the getter, and the setter.

3) @JsonIgnore is present on getter and setter, and not present onto the field.

4) if @JsonIgnore is present on getter and setter, and if the field is private?



Original comment by uriel.chemouni on 2 Nov 2011 at 6:22

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
JsonIgnore  policy  2) is better, that is 
a.present on the field,ingnore the field when serialization and deserialization
b.present on getter,ingnore the field when serialization;
  present on setter,ingnore the field when deserialization

now we implement JsonIgnore feature a. , better if we have b. also.
by the way,jackson library only implement policy 3) based on my test,also it's 
docments declare on policy 2),see also:
http://jackson.codehaus.org/1.8.4/javadoc/org/codehaus/jackson/annotate/JsonIgno
re.html

Original comment by [email protected] on 4 Nov 2011 at 3:04

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Fixed in json-smart-2.0-beta2

http://code.google.com/p/json-smart/downloads/detail?name=json-smart-2.0-beta2-b
undle.zip

Original comment by uriel.chemouni on 14 Nov 2011 at 9:49

  • Added labels: Milestone-2.0-beta2
  • Removed labels: Milestone-2.0-beta1

from json-smart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.