Interface to receive callbacks upon serialization and deserialization.
| OnAfterDeserialize | Implement this method to receive a callback after Unity de-serializes your object. |
| OnBeforeSerialize | Implement this method to receive a callback before Unity serializes your object. |