-
Notifications
You must be signed in to change notification settings - Fork 620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serializers for common java types #350
Commits on Nov 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bebf781 - Browse repository at this point
Copy the full SHA bebf781View commit details -
Add standard types to polymorphic resolving (not tested!), convenient…
… polymorphic module builder and fixed old tests (working only in bootstrap mode :()
Configuration menu - View commit details
-
Copy full SHA for 1868bac - Browse repository at this point
Copy the full SHA 1868bacView commit details -
Dependency on snapshot plugin version from TeamCity so project can be
built not only with bootstrap
Configuration menu - View commit details
-
Copy full SHA for 6155cfe - Browse repository at this point
Copy the full SHA 6155cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ccd3f - Browse repository at this point
Copy the full SHA 18ccd3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f46ed1e - Browse repository at this point
Copy the full SHA f46ed1eView commit details -
Move most of the tests for polymorphism to common code
Introduce SubtypeNotRegisteredException Small testing utilities and refactoring of test data
Configuration menu - View commit details
-
Copy full SHA for 925bb2c - Browse repository at this point
Copy the full SHA 925bb2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13499c7 - Browse repository at this point
Copy the full SHA 13499c7View commit details -
Add .bind and .rebind to extend base type of polymorphic modules.
Move test data to separate file
Configuration menu - View commit details
-
Copy full SHA for 7c29c6d - Browse repository at this point
Copy the full SHA 7c29c6dView commit details -
Add polymorphic test for Native BUT disable its module completely
because Konan needs to be updated to be able to work with -dev-1984 plugin.
Configuration menu - View commit details
-
Copy full SHA for 10dae25 - Browse repository at this point
Copy the full SHA 10dae25View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3adaaa - Browse repository at this point
Copy the full SHA a3adaaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d54ee7 - Browse repository at this point
Copy the full SHA 2d54ee7View commit details -
Workaround missing kotlin-reflect on JVM side.
'todo: arrays' erased intentionally because we won't support polymorphic arrays – at least for now.
Configuration menu - View commit details
-
Copy full SHA for f8b753a - Browse repository at this point
Copy the full SHA f8b753aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b66a0b - Browse repository at this point
Copy the full SHA 5b66a0bView commit details
Commits on Nov 28, 2018
-
[Review] Renamed a lot of things, split modules and context to separa…
…te files. Some methods converted to extensions.
Configuration menu - View commit details
-
Copy full SHA for 405d048 - Browse repository at this point
Copy the full SHA 405d048View commit details -
[Review] Rename SerialModule -> SingletonModule, add tests for module…
… implementation (except polymorphic, which is already tested indirectly)
Configuration menu - View commit details
-
Copy full SHA for ed43395 - Browse repository at this point
Copy the full SHA ed43395View commit details
Commits on Dec 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cfce668 - Browse repository at this point
Copy the full SHA cfce668View commit details
Commits on Jan 24, 2019
-
Merge branch 'dev' into new_polymorphic
# Conflicts: # build.gradle # gradle.properties # runtime/common/src/main/kotlin/kotlinx/serialization/Annotations.kt # runtime/common/src/test/kotlin/kotlinx/serialization/features/SkipDefaults.kt # runtime/js/src/main/kotlin/kotlinx/serialization/Serialization.kt # runtime/jvm/src/main/kotlin/kotlinx/serialization/Serialization.kt # runtime/native/src/main/kotlin/kotlinx/serialization/Platform.kt
Configuration menu - View commit details
-
Copy full SHA for fb732fb - Browse repository at this point
Copy the full SHA fb732fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3762d84 - Browse repository at this point
Copy the full SHA 3762d84View commit details
Commits on Jan 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fc8b72b - Browse repository at this point
Copy the full SHA fc8b72bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c6b59 - Browse repository at this point
Copy the full SHA 15c6b59View commit details