The Core Library Group#
The Core Library Group contains the low-level mechanisms that the rest of the SDK builds on. This is where you find reflection and class metadata, container types, references, serializers, logging, timing, and undo infrastructure.
Use this group when you are implementing extension mechanics rather than domain-specific features. Many concept pages in the Developer Guide, such as Introspection, References, Serialization, Logging, and Undo and redo, are backed directly by the libraries listed here.
Libraries in this group#
- SBCClassLibrary
- SBCContainerLibrary
- SBCFunctorLibrary
- SBCGraphLibrary
- SBCHeapLibrary
- SBCLogLibrary
- SBCMetaLibrary
- SBCReferenceLibrary
- SBCSerializerLibrary
- SBCSystemLibrary
- SBCTimeLibrary
- SBCUndoLibrary