Skip to content

Commit 3982060

Browse files
committed
Implement IgnoreTransientDefaultMarker - improve doc
1 parent 006af57 commit 3982060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/scala/com/avsystem/commons/serialization/IgnoreTransientDefaultMarker.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ package serialization
77
* representation. Deserialization behavior remains <b>unchanged</b>. If a field is missing from the input, the default
88
* value will be used as usual.
99
*
10-
* This annotation can be helpful when using the same model class in multiple contexts with different serialization
10+
* This marker can be helpful when using the same model class in multiple contexts with different serialization
1111
* formats that have conflicting requirements for handling default values.
1212
*
13-
* @see [[CustomMarkersOutputWrapper]]
13+
* @see [[CustomMarkersOutputWrapper]] for an easy way to add markers to existing [[Output]] implementations
1414
*/
1515
object IgnoreTransientDefaultMarker extends CustomEventMarker[Unit]

0 commit comments

Comments
 (0)