ktorm icon indicating copy to clipboard operation
ktorm copied to clipboard

Quick typo

Open ballooncross opened this issue 2 years ago • 1 comments

In https://www.ktorm.org/en/entities-and-column-binding.html#Serialization

Besides of JDK serialization, the ktorm-jackson module also supports serializing entities in JSON format. This module provides an extension for Jackson, the famous JSON framework in Java word. It supports serializing entity objects into JSON format and parsing JSONs as entity objects. We just need to register the KtormModule into an ObjectMapper:

Suppose to be world

ballooncross avatar May 17 '23 12:05 ballooncross

Thank you.

vincentlauvlwj avatar May 17 '23 13:05 vincentlauvlwj