To clarify, the performance of : 1.`@ContextualSer...
# serialization
g
To clarify, the performance of : 1.
@ContextualSerialization
on a file 2.
@Serializable(with =)
on a field 3.
Json.install()
is the same? It's 3 different ways of runtime resolution?
s
Second option is a compile-time resoltuion
g
it was important to know, thank you!
n
@Serializable(with =)
at the class behaves the same ?
s
yes