patriques82 / alphavantage4j

(Repository is not maintained anymore) A Java wrapper to get stock data and stock indicators from the Alpha Vantage API
https://www.alphavantage.co/
Apache License 2.0
124 stars 73 forks source link

Implementing Serializable interface for input/output classes #43

Open SuperJoran opened 5 years ago

SuperJoran commented 5 years ago

Made all input/output classes implement the java.io.Serializable interface.