Attempts to decode Base64 data and deserialize a Java Object within. Returns null if there was an error. @param encodedObject The Base64 data to decode @return The decoded and deserialized object @throws NullPointerException if encodedObject is null @throws java.io.IOException if ther
(String encodedObject)