Where does the code that does the annotation proce...
# serialization
t
Where does the code that does the annotation processing live in the serialization repo? I can't find it anywhere?
Maybe I'm not being clear. I'm looking for the code that takes a class marked
@Serializable
and modifies it so that it actually is serializable.
the former loads the latter
t
Ah! Thanks.
compiler/serialization
is an internal module to serialize/deserialize kotlin binary metadata