mongo-java-driver icon indicating copy to clipboard operation
mongo-java-driver copied to clipboard

Make MongoWriteException Serializable

Open govindbalaji-s opened this issue 1 year ago • 0 comments

JAVA-5305

Implement Serializable for WriteError. This is the only non-serializable field in MongoWriteException. Exceptions are supposed to be serializable.

govindbalaji-s avatar Jan 31 '24 18:01 govindbalaji-s