Base class for serialization contexts. A serialization context can be used to add high level logic to...
Definition SerializationContext.h:10
This class to restore strings written to a stream using a plStringDeduplicationWriteContext.
Definition StringDeduplicationContext.h:53
This class allows for automatic deduplication of strings written to a stream. To use,...
Definition StringDeduplicationContext.h:18
plStreamWriter & GetOriginalStream()
Returns the original stream that was passed to the constructor.
Definition StringDeduplicationContext.h:40
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34