Moti Asayag has uploaded a new change for review. Change subject: core: Modify Serializer.serialize(Serialize) signature ......................................................................
core: Modify Serializer.serialize(Serialize) signature The patch modifies the signature of Serializer.serialize(Serialize) to Serializer.serialize(Object) as both current implementations (JSON and Stream Serialization) supports it. Change-Id: I3089b8f05c134807bd5a4e3498ea059e14ab858b --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ObjectStreamSerializer.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/Serializer.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/serialization/json/JsonObjectSerializer.java 3 files changed, 5 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/80/3780/1 -- To view, visit http://gerrit.ovirt.org/3780 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3089b8f05c134807bd5a4e3498ea059e14ab858b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
