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
The buffer field is private with no access methods, thus it is only used internally. However, AFAICT it is only accessed in the setData and getData methods. In the setData, it is used under the assumption that the ArtifactData is serializabe. There might be cases in which the data being loaded into ECCO is not, e.g. EMF EObjects are not (by default).
In the getData, it is used to recreate the data from the buffer in case the data is null., but since the buffer can not be filled/set elsewhere there is no way this is actually helpfull.
The text was updated successfully, but these errors were encountered:
The buffer field is private with no access methods, thus it is only used internally. However, AFAICT it is only accessed in the setData and getData methods. In the setData, it is used under the assumption that the ArtifactData is serializabe. There might be cases in which the data being loaded into ECCO is not, e.g. EMF EObjects are not (by default).
In the getData, it is used to recreate the data from the buffer in case the data is null., but since the buffer can not be filled/set elsewhere there is no way this is actually helpfull.
The text was updated successfully, but these errors were encountered: