Skip to main content
Added some context, etc.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

In the Java context, one reason why JSON might want to be used, is that it provides a very good alternative to Java's Serializationserialization framework, which has been shown (historically) to be subject to some fairly serious vulnerabilities.

Joshua BlochJoshua Bloch discusses this in depth in Item 85 "Prefer Alternatives to Java Serialization" (Effective JavaEffective Java, 3rd Edition).

Java's Serializationserialization was initially meant to translate data structures into a format that could be easily transmitted or stored. JSON meets this requirement, without the serious exploits referred to above.

In the Java context, one reason why JSON might want to be used, is that it provides a very good alternative to Java's Serialization framework, which has been shown (historically) to be subject to some fairly serious vulnerabilities.

Joshua Bloch discusses this in depth in Item 85 "Prefer Alternatives to Java Serialization" (Effective Java 3rd Edition)

Java's Serialization was initially meant to translate data structures into a format that could be easily transmitted or stored. JSON meets this requirement, without the serious exploits referred to above.

In the Java context, one reason why JSON might want to be used, is that it provides a very good alternative to Java's serialization framework, which has been shown (historically) to be subject to some fairly serious vulnerabilities.

Joshua Bloch discusses this in depth in Item 85 "Prefer Alternatives to Java Serialization" (Effective Java, 3rd Edition).

Java's serialization was initially meant to translate data structures into a format that could be easily transmitted or stored. JSON meets this requirement, without the serious exploits referred to above.

Added a bit about java serialization
Source Link
johnm
  • 7.3k
  • 1
  • 26
  • 35

In the Java context, one reason why JSON might want to be used, is that it provides a very good alternative to Java's Serialization framework, which has been shown (historically) to be subject to some fairly serious vulnerabilities.

Joshua Bloch discusses this in depth in Item 85 "Prefer Alternatives to Java Serialization" (Effective Java 3rd Edition)

Java's Serialization was initially meant to translate data structures into a format that could be easily transmitted or stored. JSON meets this requirement, without the serious exploits referred to above.

In the Java context, one reason why JSON might want to be used, is that it provides a very good alternative to Java's Serialization framework, which has been shown (historically) to be subject to some fairly serious vulnerabilities.

Joshua Bloch discusses this in depth in Item 85 "Prefer Alternatives to Java Serialization" (Effective Java 3rd Edition)

In the Java context, one reason why JSON might want to be used, is that it provides a very good alternative to Java's Serialization framework, which has been shown (historically) to be subject to some fairly serious vulnerabilities.

Joshua Bloch discusses this in depth in Item 85 "Prefer Alternatives to Java Serialization" (Effective Java 3rd Edition)

Java's Serialization was initially meant to translate data structures into a format that could be easily transmitted or stored. JSON meets this requirement, without the serious exploits referred to above.

added 45 characters in body
Source Link
johnm
  • 7.3k
  • 1
  • 26
  • 35

In the Java context, usingone reason why JSON might want to be used, is that it provides ana very good alternative to Java's Serialization framework, which has been shown (historically) to be subject to some fairly serious vulnerabilities. 

Joshua Bloch discusses this in depth in Item 85 "Prefer Alternatives to Java Serialization" (Effective Java 3rd Edition)

In the Java context, using JSON, provides an very good alternative to Java's Serialization framework, which has been shown (historically) to be subject to some fairly serious vulnerabilities. Joshua Bloch discusses this in depth in Item 85 "Prefer Alternatives to Java Serialization" (Effective Java 3rd Edition)

In the Java context, one reason why JSON might want to be used, is that it provides a very good alternative to Java's Serialization framework, which has been shown (historically) to be subject to some fairly serious vulnerabilities. 

Joshua Bloch discusses this in depth in Item 85 "Prefer Alternatives to Java Serialization" (Effective Java 3rd Edition)

Source Link
johnm
  • 7.3k
  • 1
  • 26
  • 35
Loading