Gson v1.2.3 Release Notes

  • 2008-11-15 (Target Date Friday, Oct 31, 2008)

    • Added support to serialize raw maps. See issue 45
    • Made Gson thread-safe by fixing Issue 63
    • Fixed Issue 68 to allow default type adapters for primitive types to be replaced by custom type adapters.
    • Relaxed the JSON parser to accept escaped slash (\/) as a valid character in the string. See Issue 66