Namespace Unity.Services.Analytics.Internal
Classes
AnalyticsForgetter
Buffer
Captures the data as tokens so that can be used to build up the JSON Later. We do this so as not to serialize inside other peoples functions but also because we might not have all the info we need to serialize at that point in time. This is NOT a thread safe buffer, its the job of the calling code to handle that.