You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the serialization, the events OnMemberSerializing, OnMemberSerialized return also the information about the offset of each property inside the stream generated during the serialization ( #67 ). Is it possible to get programmatically the stream offsets for the different properties from the c# classes after being serialized? I mean something like a GetOffset(nameof(xxx). Or maybe add an option to the Serialize() method to generate a dictionary during the serialization, having the property path as key and the offset inside the serialized stream as value
The text was updated successfully, but these errors were encountered:
During the serialization, the events OnMemberSerializing, OnMemberSerialized return also the information about the offset of each property inside the stream generated during the serialization ( #67 ). Is it possible to get programmatically the stream offsets for the different properties from the c# classes after being serialized? I mean something like a GetOffset(nameof(xxx). Or maybe add an option to the Serialize() method to generate a dictionary during the serialization, having the property path as key and the offset inside the serialized stream as value
The text was updated successfully, but these errors were encountered: