-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
How should we segment nested reads?
For example, in the current generator:
yield return SyntaxFactory.ParseStatement($"{outputName}.{field.Name} = {fieldType.Name}.FromBinary(reader);");This can neither be a fixed or a dynamic segment. The idea is to recursively build segments for the type and then commit a ObjectSegment detailing if its fixed or dynamic based on the fields inside.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels