[
https://issues.apache.org/jira/browse/IGNITE-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn resolved IGNITE-4588.
------------------------------------
Resolution: Fixed
Done in master
> .NET: Simplify BinaryReader frame handling
> ------------------------------------------
>
> Key: IGNITE-4588
> URL: https://issues.apache.org/jira/browse/IGNITE-4588
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Affects Versions: 1.8
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Labels: .NET
> Fix For: 1.9
>
>
> BinaryReader has a concept of {{frame}}, which is position, header, raw flag,
> etc. When reading nested objects we preserve previous frame in a bunch of
> variables and restore them afterwards.
> This process can be improved by using a struct: backup/restore in one line,
> easier to grasp which parameters belong to a frame.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)