aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/json/DocumentUpdateJsonSerializer.java
Commit message (Expand)AuthorAgeFilesLines
* Fix document serialization of weighted set add updateHarald Musum2024-03-261-33/+46
* Update copyrightJon Bratseth2023-10-091-1/+1
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-091-1/+5
* Use JsonFormat for JSON renderingJon Bratseth2023-01-131-1/+1
* String::formatted saves 5 bytesAndreas Eriksen2022-06-161-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Fix linksJon Bratseth2021-02-151-1/+1
* fix broken linkskkraune2020-05-201-1/+1
* Client-side modules should be compilable with jdk8Jon Bratseth2019-03-291-2/+2
* Add serialization for TensorRemoveUpdateLester Solbakken2019-02-151-1/+12
* Implement serialization and de-serialization for TensorAddUpdate.Geir Storli2019-02-071-0/+12
* Extend DocumentUpdateJsonSerializerTest to do proper roundtrip serialization.Geir Storli2019-02-071-1/+1
* Add round-trip serialization test for tensor modify update.Geir Storli2019-02-071-1/+9
* Add TensorModifyUpdate to document module (Java).Tor Egge2019-01-301-0/+6
* Add serialization for bool fields.Henning Baldersheim2019-01-101-0/+6
* Use hashmap for faster access.Henning Baldersheim2018-10-251-3/+4
* Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide implementa...Henning Baldersheim2018-09-181-4/+3
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation det...Henning Baldersheim2018-09-141-3/+4
* Revert "Do not expose fieldupdates as a list. Hide implementation details ins...Henning Baldersheim2018-09-141-4/+3
* Add deprecation comments and some renaming.Henning Baldersheim2018-09-131-3/+4
* Avoid using deprecated code.Henning Baldersheim2018-09-111-1/+1
* https does not work with custom domainsJon Bratseth2017-08-111-1/+1
* Update doc linksJon Bratseth2017-08-111-1/+1
* Deplace temp git.corp linksJon Bratseth2017-08-081-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Remove carriage returnJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-2/+2
* Copyright headerJon Bratseth2017-06-131-2/+2
* Expect fieldpath remove value to be 0 to match the existing field formatfreva2017-03-061-2/+1
* Added JSON arithmetic fieldpath operationsfreva2017-02-171-1/+22
* Change fieldpath formatfreva2017-02-171-41/+30
* Updated serializer to new format, removed parsing of old format, fixed testsfreva2017-02-151-1/+1
* Code review fixesfreva2017-02-101-30/+34
* Fixed DocumentUpdateJsonSerialized and it's test to the new formatfreva2017-02-101-7/+15
* Added FiledPathUpdate parsingfreva2017-02-071-4/+40
* Add JSON serialization of non-empty reference fieldsTor Brede Vekterli2017-01-231-1/+1
* Add binary (de-)serialization of ReferenceFieldValueTor Brede Vekterli2017-01-231-0/+6
* Implement document update serializing of create if non existent fieldVegard Sjonfjell2016-10-311-0/+6
* Voffeloff/documentupdate json serializer (#675)Vegard Sjonfjell2016-09-201-0/+341