I have a multi-module project and was wondering if...
# serialization
t
I have a multi-module project and was wondering if sharing my JSON instance between them is fine, they both need all the components of my built json instance so I made a
shared
module so the instance wouldn't be exposed outside the project.