aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/fasterxml/jackson/databind/jsontype/TestTypedSerialization.java
AgeCommit message (Expand)Author
2019-08-20Fix #2428Tatu Saloranta
2014-11-19A fix related to JsonNode serialization; JsonNode should be JsonSerializable.Cowtowncoder
2014-10-11Start using `JsonGenerator.writeStartArray(int)` (introduced in 2.4)Tatu Saloranta
2012-02-02Implemented [JACKSON-777] (renamed SerializationConfig.Feature, Deserializati...Tatu
2012-01-18yet more config clean up (?)Tatu Saloranta
2011-12-29Add little bif of caching for TypeFactory, to reduce cost of JavaType creationTatu Saloranta
2011-12-24More unit test fixes; joda, xml ones not getting registeredTatu Saloranta
2011-12-24Add unit tests, almost compilableTatu Saloranta