aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/serialization/VespaDocumentDeserializer6.java
Commit message (Expand)AuthorAgeFilesLines
* Add new Protobuf-based MessageBus DocumentAPI protocolTor Brede Vekterli2024-02-161-0/+5
* Update copyrightJon Bratseth2023-10-091-1/+1
* * refactor to get just one method for struct readingArne Juul2023-01-191-50/+17
* no real need to use a temporary bufferArne Juul2023-01-191-25/+6
* check complete span node typeArne Juul2023-01-181-6/+6
* Don't warn when 1 node is downJon Bratseth2022-12-291-3/+2
* Further GC document level compression. Avoids a buffer copy that is no longer...Henning Baldersheim2022-06-081-43/+8
* cleanup some unneccessary cruftArne H Juul2022-06-081-1/+0
* avoid using getHeader() in serialization codeArne H Juul2022-02-161-10/+6
* GC deprecated junit assertThat.Henning Baldersheim2021-12-211-1/+0
* always try reading annotation payloadArne H Juul2021-12-081-6/+11
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* keep serialized tensor in TensorFieldValueArne Juul2021-02-011-6/+5
* Extend tensor remove update to support not fully specified addresses and upda...Geir Storli2020-11-171-1/+1
* - Removing body struct from our own usage.Henning Baldersheim2020-06-161-16/+4
* Remove "Vespa 6" from error messagesgjoranv2019-09-231-3/+3
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-211-91/+26
* Revert "Revert "doc: -> id:""Henning Baldersheim2019-08-211-3/+2
* Revert "doc: -> id:"Henning Baldersheim2019-08-211-2/+3
* doc: -> id:Henning Baldersheim2019-08-191-3/+2
* Add serialization for TensorRemoveUpdateLester Solbakken2019-02-151-0/+6
* Implement serialization and de-serialization for TensorAddUpdate.Geir Storli2019-02-071-1/+7
* Add TensorModifyUpdate to document module (Java).Tor Egge2019-01-301-0/+6
* Repair serialization of boolean fields.Tor Egge2019-01-211-2/+1
* Follow api changeHenning Baldersheim2019-01-211-0/+8
* remove split header/body buffers supportArne Juul2019-01-211-20/+3
* add class with complete deserializer for the 6.x formatArne Juul2019-01-211-0/+890