arturmkrtchyan / iban4j

A Java library for generation and validation of the International Bank Account Numbers (IBAN ISO_13616) and Business Identifier Codes (BIC ISO_9362).
http://iban4j.org
Apache License 2.0
271 stars 124 forks source link

Make Iban class serializable #51

Open uded opened 6 years ago

uded commented 6 years ago

In the age of quick access and caching Iban class should be serializable to make it easy to create a representation in Redis or other caching layers.