aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/serialization/FieldWriter.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use JsonFormat for JSON renderingJon Bratseth2023-01-131-162/+29
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Add serialization for bool fields.Henning Baldersheim2019-01-101-0/+11
|
* 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
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Add binary (de-)serialization of ReferenceFieldValueTor Brede Vekterli2017-01-231-0/+9
|
* Voffeloff/documentupdate json serializer (#675)Vegard Sjonfjell2016-09-201-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add JsonTestHelper inputJson is a convenience method for inputing JSON in Java assertJsonEquals tests if two JSON encoded strings are structurally equal * Hide overridden low-level interface so that users don't have to implement two interfaces * Refactor methods common to JsonWriter and DocumentUpdateJsonSerializer into JsonHelper * Remove wildcard imports * DocumentUpdate JSON serializer * Move static tensor serializing methods close to where their used and change access modifier to private * Class renaming JsonHelper -> JsonSerializationHelper JsonSerializingException -> JsonSerializationException * Style changes * Remove default-failing implementations of Serializer in FieldWriter Refactor common Serializer methods (and more) into JsonSerializationHelper * Identation/spacing changes * Add final to some local variables * JavaDoc * Implement ClearValueUpdate * Code review changes
* PublishJon Bratseth2016-06-151-0/+193