Table of Contents

Namespace Glitch9.IO.Networking

Classes

ArrayConverter
CloudConverter

Provides methods to convert objects to and from cloud-storable formats.

CloudConverterLogger
CloudConverterUtils
CloudConverter<T>
ColorConverter
DictionaryConverter<TKey, TValue>
EnumConverter<TEnum>
ListConverter<T>
MaybeExtensions
MinMaxConverter<T>
NameModel
NetworkUtils
ObjectCheck<TObject>
ScheduleConverter
Sync<T>
TimeSpanConverter
UnityDownloader

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.

Nothing

Interfaces

ICloudConverter
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.

ISyncStorage

Enums

FetchMethod