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
Is your feature request related to a problem? Please describe.
Customer Miro reported below:
'I started writing a basic "mocked up" data migration based on the "Money transfer project" and the Java SDK documentation. Its been going slowly since I got stuck on the problem below, unfortunately. The problem I hit was related to serialization/deserialization and is lightly documented (and not included in any of the examples). This is as simple as forgetting to create a default constructor on say an input parameter. If this happens the test just hangs forever.'
Describe the solution you'd like
Create a default constructor on an input parameter
Additional context
The text was updated successfully, but these errors were encountered:
Create a default constructor on an input parameter
Unless I'm misunderstanding the request, the SDK cannot just create default constructors on user-provided classes. Which class are you wanting a default constructor added on to? The money transfer project in this repository doesn't use separate input classes. I think this is a case of just making sure the serialization constraints are well documented.
Is your feature request related to a problem? Please describe.
Customer Miro reported below:
'I started writing a basic "mocked up" data migration based on the "Money transfer project" and the Java SDK documentation. Its been going slowly since I got stuck on the problem below, unfortunately. The problem I hit was related to serialization/deserialization and is lightly documented (and not included in any of the examples). This is as simple as forgetting to create a default constructor on say an input parameter. If this happens the test just hangs forever.'
Describe the solution you'd like
Create a default constructor on an input parameter
Additional context
The text was updated successfully, but these errors were encountered: