Moti Asayag has submitted this change and it was merged. 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, 9 insertions(+), 9 deletions(-) Approvals: Moti Asayag: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/3780 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3089b8f05c134807bd5a4e3498ea059e14ab858b Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
