C# Runtime  0.8
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 Nalfa
 Nrt
 Ncodec
 NJson
 CJsonReaderCodecConfigConfiguration for reading a JSON into an AlfaObject
 CBuilderBuilder object to create a new JsonReaderCodecConfig instance
 CJsonWriterCodecConfigSettings object used when writing an AlfaObject as a JSON string
 CBuilderBuilder object to create a JsonWriterCodecConfig object
 CAlfaEnumBase class for generated code representing an Alfa Enum
 CAlfaExceptionBase class of exceptions thrown in the Alfa runtime code
 CAlfaObjectBase interface implemented by all Alfa Java objects corresponding to user-defined-types in Alfa
 CAlfaValidationExceptionException thrown when object validation fails constraint checks
 CBuilderAbstract base class of all generated Builder class implementations
 CBuilderConfigConfiguration object passed into builder classes to configure behaviour
 CCodecThe Codec class contains utility methods that encode and decode Alfa objects to and from JSON
 CCompressedRepresentation of a compressed Alfa object value. Contains a implementation specific compress byte[] value. representing the underlying value
 CEncryptedRepresentation of an encrypted Alfa object value. Contains a implementation specific encrypted byte[] value
 CEntityBased interface for all Alfa generated keyless-Entity types
 CEntityBuilderAbstract base class for entity builders
 CIBuilderBase interface for Builder implementations
 CIEntityBuilderBase interface for Entity object builder, with facility to assign the entity key
 CIEntityTypeDescriptorEntity type descriptor containing the key descriptor
 CITypeDescriptorThis class contains metadata and utilities that aide generic algorithms to be applied to process data for the class this descriptor is representing. Primarily for internal use by the encoder/decoder and other utilities
 CKeyBased interface for all Alfa generated Key types
 CKeyedEntityBased interface for all Alfa generated keyed-Entity types
 CRecordBased interface for all Alfa generated Record types
 CRuntimeContextContext object passed with BuilderConfig to manipulate runtime behaviour
 CServiceBase interface implememented by all Alfa generated services
 CTraitBased interface for all Alfa generated Trait types
 CUnionBased interface for all Alfa generated Union types