You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just curious if there is any impediment to this, or things to consider here.
Currently, I am working around the lack of proper encoder here with using simpleMarshal() method in the API that provides the most important info, and then unwrapping OMERO objects using omero.rtypes.unwrap()
The text was updated successfully, but these errors were encountered:
@will-moore thanks, I see why it is problematic now.
I am indeed using instrument = image.getInstrument() if instrument: m = instrument.simpleMarshal(),
so I am marshalling the Instrument object.
I was just curious if there is any impediment to this, or things to consider here.
Currently, I am working around the lack of proper encoder here with using
simpleMarshal()
method in the API that provides the most important info, and then unwrapping OMERO objects usingomero.rtypes.unwrap()
The text was updated successfully, but these errors were encountered: