public interface Shareable
If a class implements this it means it can be put into shared data maps and sets.
All classes that implement this MUST be threadsafe.
Use this interface with caution.