b757c02af132cb341843e1ef5daea9b7477a6166
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method protected readSingleValue(bytes BytesContainer, type OType, document ODocument) : Object renamed to public deserializeValue(bytes BytesContainer, type OType, document ODocument) : Object in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerNetworkV0 | From | To | |
| Rename Method private writeSingleValue(bytes BytesContainer, value Object, type OType, linkedType OType) : int renamed to public serializeValue(bytes BytesContainer, value Object, type OType, linkedType OType) : int in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerNetworkV0 | From | To |