Skip to content

VividcodeIO/kotlin-serialization-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of Kotlin Serialization with Spring 5.3

Example of using Kotlin serialization with Spring 5.3

See the post.

To test polymorphism, send POST requests to localhost:8080/polymorphic with body as shown below.

{
    "extra": 1,
    "base": {
        "type": "io.vividcode.kotlinserializationexample.Child1",
        "name": "hello",
        "v1": "xyz"
    }
}

About

Kotlin serialization example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages