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
Generate serialization method and deserialization constructor for partial types, useful for types with readonly/initonly/private fields.
The generated ctor must accept dependencies (codecs) as well as the reader and other parameters via the constructor. Therefore, a fixed signature is not suitable.
If there are no existing constructors, also add a default constructor if it's a reference type.
The text was updated successfully, but these errors were encountered:
Generate serialization method and deserialization constructor for partial types, useful for types with readonly/initonly/private fields.
The generated ctor must accept dependencies (codecs) as well as the reader and other parameters via the constructor. Therefore, a fixed signature is not suitable.
If there are no existing constructors, also add a default constructor if it's a reference type.
The text was updated successfully, but these errors were encountered: