phax / ph-commons

Java 11 Library with tons of utility classes required in all projects
Apache License 2.0
30 stars 18 forks source link

please let XMLOffsetDate implement Serializable #26

Closed stekuth closed 3 years ago

stekuth commented 3 years ago

Hello

I am trying to use your library but have hit a stop because the unmarshalled OrderResponseType is not serializeable. In IssueDate a XMLOffsetDate is used - this class lacks: implements ... Serializable

thanks!

phax commented 3 years ago

Will be part of the next 10.1.3 release - thanks for pointing this out.