Helper method that takes care of actual conversion routine between two struct types (those are assumed to be of compatible versions)
Uses this.convert_buffer for temporary allocations
contains serialized Source instance, will be modified to store deserialized S instance instead.
S = needed struct type Source = struct type seralized into buffer
See Implementation
Helper method that takes care of actual conversion routine between two struct types (those are assumed to be of compatible versions)
Uses this.convert_buffer for temporary allocations