- 7dddbe8 Update default polymorphic serialization guide section (#1031) by Vsevolod Tolstopyatov · 4 years, 4 months ago
- d43ce10 Fix "docs needed" tagged issues (#1079) by Vsevolod Tolstopyatov · 4 years, 4 months ago
- c0233db Move dynamic parsing to json package where it belongs by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 05f9ce2 Update Serializing interfaces section in Polymorphism (#1028) by Roman Elizarov · 4 years, 5 months ago
- 56d2b50 DateAsStringSerializer → DateAsLongSerializer (#1007) by madhead · 4 years, 5 months ago
- ea39daf Fix typos and grammar in formats.md (#988) by Matthew Pope · 4 years, 5 months ago
- c68b475 Fix minor CBOR doc typo (#985) by Travis Wyatt · 4 years, 5 months ago
- ae66341 Fix protobuf link (#986) by michou · 4 years, 5 months ago
- fbf59d2 Update documentation by Vsevolod Tolstopyatov · 4 years, 5 months ago
- 5459c10 Docs: Kotlin Serialization Guide (#933) by Roman Elizarov · 4 years, 5 months ago
- 8c651b3 Add CBOR major type 2 (byte string) support (#898) by Travis Wyatt · 4 years, 6 months ago
- ba02386 Update Kotlin version and runtime versions, by Leonid Startsev · 4 years, 6 months ago
- f1a5a2b Split @ContextualSerialization in two (#922) by Leonid Startsev · 4 years, 6 months ago
- aa5475c Rename methods in JsonTransformingSerializer (#884) by Leonid Startsev · 4 years, 6 months ago
- 29f61e0 [API stabilization] Hide JsonLiteral, recommend using JsonPrimitive instead by Vsevolod Tolstopyatov · 4 years, 7 months ago
- 2397350 Promote typeOf-based API usage: (#850) by Vsevolod Tolstopyatov · 4 years, 7 months ago
- 554dae1 Merge remote-tracking branch 'origin/master' into dev by Vsevolod Tolstopyatov · 4 years, 10 months ago
- 6372c60 External Serialization Documentation Grammar Changes (#784) by Steven Sherry · 4 years, 10 months ago
- ef4a714 Add DynamicObjectSerializer that allows converting kotlin data to dynamic (#628) by Patrick Del Conte · 4 years, 10 months ago
- a94f6f3 Make SerialModule sealed class instead of interface (#726) by Vsevolod Tolstopyatov · 4 years, 10 months ago
- 146a0d0 Introduce factories for ArraySerializers as well, deprecate top-level array serializers by Vsevolod Tolstopyatov · 5 years ago
- 3bc1071 Improve documentation, rephrase our guide by Vsevolod Tolstopyatov · 5 years ago
- e6db6ab Add documentation articles by Leonid Startsev · 5 years ago
- 2dbf3de SerialKind documentation by Vsevolod Tolstopyatov · 5 years ago
- 45e9019 Rename SerialId to ProtoId to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
- 5069211 Update polymorphism docs with a new approach for sealed classes by Leonid Startsev · 5 years ago
- 8a8335d Update building.md by Leonid Startsev · 5 years ago
- 7fb0549 Small docs improvements & typo fixes by Leonid Startsev · 5 years ago
- af8601b Guide to multiplatform polymorphic serialization by Leonid Startsev · 5 years ago
- d0fb63d Remove dependency on stdlib-jvm from common source set (Fixes #481) by Leonid Startsev · 6 years ago
- 6158c39 Update to 1.3.40 eap2; Fix obsolete/broken links by Leonid Startsev · 6 years ago
- fe1fe4b Clarify configuration in some examples by Leonid Startsev · 6 years ago
- 06d95f9 Fixed the type of the `BinaryPayload` serializer by Paul Woitaschek · 6 years ago
- 41c8d75 Fix optional property example by shun · 6 years ago
- 009d8de Update runtime_usage.md by Leonid Startsev · 6 years ago
- c48819e Merge branch 'master' into dev by Leonid Startsev · 6 years ago
- 0f359d0 Update to release version Update documentation for JSON by Leonid Startsev · 6 years ago
- 09aabf2 Update documentation to reflect new modules and polymorphic system by Leonid Startsev · 6 years ago
- deb0113 Deprecate @Optional, introduce @Required by Leonid Startsev · 6 years ago
- b2ceafd Fix broken and obsolete links in docs by Leonid Startsev · 6 years ago
- 3d25c11 Clarify docs about @Serializer by Leonid Startsev · 6 years ago
- 1b65502 Update docs for JSON by Leonid Startsev · 6 years ago
- a165928 Merge branch 'master' into dev by Leonid Startsev · 6 years ago
- 3379ba9 Avoid ImplicitReflectionSerializer by Francesco Vasco · 6 years ago
- 5cf3c92 Update the docs with new annotations by Leonid Startsev · 6 years ago
- 9dba440 Update runtime_usage.md by Leonid Startsev · 6 years ago
- 5663611 Some clarifications about project building by Leonid Startsev · 6 years ago
- 7b866f5 Make naming consistent with KEEP and current design, rename saver to serializer and loader to deserializer by Vsevolod Tolstopyatov · 6 years ago
- ce7a440 Merge pull request #262 from BenWoodworth/master by Leonid Startsev · 6 years ago
- 9feec6a Use-case for `PrimitiveDescriptor.withName` by Leonid Startsev · 6 years ago
- 5c2bdde Merge branch 'dev' by Leonid Startsev · 6 years ago
- 4ab7423 Fix example with java.util.Date by Vladimir Valeyev · 6 years ago
- 34307d7 Merge remote-tracking branch 'kotlin/dev' by BenWoodworth · 6 years ago
- 12a0003 Fix local K/N setup and some typos by Leonid Startsev · 6 years ago
- 1feaf22 Changed JSON to Json in Markdown code. by BenWoodworth · 6 years ago
- 51d2c56 Explicitly add KSerializer supertype to avoid certain restrictions after update by Leonid Startsev · 6 years ago
- 6217025 Update documentation: Remove obsolete eap13.md document Add some notes by Leonid Startsev · 6 years ago
- c34d838 Fix migration guide by Leonid Startsev · 6 years ago
- f83e876 Merge branch 'eap13' into dev by Leonid Startsev · 6 years ago
- c1bb4d2 Introduce @ImplicitReflectionSerializer for API which involves reflection. by Leonid Startsev · 6 years ago
- 2349228 Refactor surface API: introduce interfaces for different formats, move some inline functions for serialization start to extensions. by Leonid Startsev · 6 years ago
- 5e490ab Update general readme and versions: Library to 0.9, K/N to 1.0 beta by Leonid Startsev · 6 years ago
- 83163a7 Fix typo in latest version of runtime dependency in EAP 1.3 document by Dave Leeds · 6 years ago
- 8373bc5 Update documentation for the new API by Leonid Startsev · 6 years ago
- f021642 Updated info about eap13 releases by Leonid Startsev · 6 years ago
- 4ae3d34 Update info about applying native plugin by Leonid Startsev · 6 years ago
- 2aa53f3 Information about update to RC-3 by Leonid Startsev · 6 years ago
- 98c5f41 Update to RC-3 by Leonid Startsev · 6 years ago
- 1da2f85 Information about kotlinx.serialization status in 1.3 by Leonid Startsev · 6 years ago
- f8719fb Update migration guide and versions to RCs. by Leonid Startsev · 6 years ago
- 1815761 Draft of document for 1.3 eap by Leonid Startsev · 6 years ago
- 8b67c81 Updated JSON docs on strict by Leonid Startsev · 6 years ago
- 15dd545 Changelog, readme, docs and samples update for 0.6.0 by Leonid Startsev · 7 years ago
- 4a72d2f [JSON-AST] Docs writeup by Leonid Startsev · 7 years ago
- 99bac0b Added compatibility note by Leonid Startsev · 7 years ago
- e8fb8a1 Updated docs and samples for v0.4 by Leonid Startsev · 7 years ago
- dda7d17 Control over update mode in JSON and CBOR and doc about it by Leonid Startsev · 7 years ago
- f8e713b Added missing @Serializable in docs by Leonid Startsev · 7 years ago
- c13d9f3 Docs update for 0.3 release by Leonid Startsev · 7 years ago
- 9f19871 Doc quick fix and note about #27 by Leonid Startsev · 7 years ago
- a45ecd5 More documentation on custom serializers Demo projects update version by Leonid Startsev · 7 years ago
- 26af919 Readme and docs updated, license and copyright added by Roman Elizarov · 7 years ago