Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Problem is here: https://github.com/stellar/java-stellar-sdk/blob/master/src/main/java/org/stellar/sdk/responses/TransactionResponse.java
Problem is:
When it want to serialize KeyPair, it scream with exception about secretSeed cannot be serialized and converted into JSON.
This problem is in all responses with source_account property. Therefore currently I have to duplicate all these classes by hand, remove source_account property.
And every response it needs to iterate over all objects and transform them by hand just because of this:
Why GSON? Why don't you use Jackson.
The text was updated successfully, but these errors were encountered: