Namespace Glitch9.IO.Networking
Classes
- CloudConverter
Provides methods to convert objects to and from cloud-storable formats.
Structs
- Maybe<T>
Ensures a value is assigned only once. This prevents redundant reassignment attempts in scenarios where the value remains null, optimizing performance by eliminating unnecessary checks or operations.
Interfaces
- ICloudIdOnly
Interface for objects that have an ID which is stored in the cloud. This interface indicates that only the ID of the object is stored in the cloud, while the rest of the object's data is managed locally or elsewhere.