This repository was archived by the owner on Jan 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -409,6 +409,20 @@ You can also write your own by creating `object` which extends the `NameJoiner`
409
409
The ` KParameterFlatten ` annotation also works with all the deserialization methods we have introduced so far.
410
410
Also, you can use further ` KParameterFlatten ` annotations in ` InnerDst ` .
411
411
412
+ #### A quick look at how to deserialize
413
+ Here's a quick look at how to deserialize the content so far.
414
+
415
+ - I want to convert from a single value to multiple arguments.
416
+ - Use the ` constructor ` or ` factory methods ` to perform the conversion.
417
+ - I want to convert a single value to a single argument.
418
+ - Use the ` constructor ` or ` factory methods ` to perform the conversion.
419
+ - Use ` KColumnDeserializer ` annotation.
420
+ - Use custom deserialization annotations.
421
+ - (Use ` KParameterFlatten ` annotation.)
422
+ - I want to convert single argument from multiple values.
423
+ - Use the ` constructor ` or ` factory methods ` to perform the conversion.
424
+ - Use ` KParameterFlatten ` annotation.
425
+
412
426
### Use default arguments
413
427
` KRowMapper ` supports ` default arguments ` .
414
428
` Default arguments ` are available in the following situations:
You can’t perform that action at this time.
0 commit comments