See: Description
Interface | Description |
---|---|
PackableSizeOf |
Interface for a size calculation for packable classes generated by Zserio.
|
SizeOf |
Interface for a size calculation for classes generated by Zserio.
|
SqlDatabase |
The interface for write-able SQL database classes generated by Zserio.
|
SqlDatabaseReader |
The interface for read only SQL database classes generated by Zserio.
|
ZserioBitmask |
Interface implemented by all bitmask types generated by Zserio.
|
ZserioEnum |
Interface implemented by all enum types generated by Zserio.
|
Class | Description |
---|---|
BitFieldUtil |
Provides bit field utilities for code generated by Zserio.
|
BitPositionUtil |
The class provides help methods for manipulation with bit stream position.
|
BitSizeOfCalculator |
The class provides common methods to calculate bit size of an variable stored in the bit stream.
|
BuiltInOperators |
The implementation of all Zserio built-in operators called from code generated by Zserio.
|
DebugStringUtil |
Zserio debug string utilities.
|
FloatUtil |
The class provides help methods for manipulation with float numbers.
|
HashCodeUtil |
Utilities for hash code calculation.
|
JavaRuntimeVersion |
Class to encapsulate Java runtime version.
|
VarSizeUtil |
Provide converting functions from varsize values which check range correctness.
|
Exception | Description |
---|---|
ConstraintError |
Provides type of exceptions thrown from generated code by Zserio whenever checking of constraint fails.
|
ZserioError |
Provides type for exceptions thrown from generated code by Zserio.
|
Last updated 2024-12-05 10:34:50