|
Move Method private readBinary(bytes BytesContainer) : byte[] from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected readBinary(bytes BytesContainer) : byte[] from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Move Method protected writeOType(bytes BytesContainer, pos int, type OType) : void from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected writeOType(bytes BytesContainer, pos int, type OType) : void from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Move Method protected stringFromBytes(bytes byte[], offset int, len int) : String from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected stringFromBytes(bytes byte[], offset int, len int) : String from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Move Method protected readString(bytes BytesContainer) : String from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected readString(bytes BytesContainer) : String from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Move Method protected readOptimizedLink(bytes BytesContainer) : ORecordId from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected readOptimizedLink(bytes BytesContainer) : ORecordId from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Move Method protected readOType(bytes BytesContainer) : OType from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected readOType(bytes BytesContainer) : OType from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Move Method protected readInteger(container BytesContainer) : int from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected readInteger(container BytesContainer) : int from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Move Method protected convertDayToTimezone(from TimeZone, to TimeZone, time long) : long from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected convertDayToTimezone(from TimeZone, to TimeZone, time long) : long from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Move Method protected readLong(container BytesContainer) : long from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected readLong(container BytesContainer) : long from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Move Method protected readByte(container BytesContainer) : byte from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected readByte(container BytesContainer) : byte from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Move Method private bytesFromString(toWrite String) : byte[] from class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 to protected bytesFromString(toWrite String) : byte[] from class com.orientechnologies.orient.core.serialization.serializer.record.binary.HelperClasses |
From |
To |
|
Change Variable Type embeddedListFieldValue : List<OResultBinary> to embeddedListFieldValue : List<Object> in method public testGetFieldFromEmbeddedList() : void in class com.orientechnologies.orient.core.serialization.serializer.binary.impl.ORecordSerializerBinaryTest |
From |
To |
|
Change Variable Type embeddedList : List<ODocument> to embeddedList : List in method public testGetFieldFromEmbeddedList() : void in class com.orientechnologies.orient.core.serialization.serializer.binary.impl.ORecordSerializerBinaryTest |
From |
To |
|
Change Variable Type retVal : List<BytesContainer> to retVal : List in method protected deserializeEmbeddedCollectionAsCollectionOfBytes(bytes BytesContainer, serializerVersion int) : List in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 |
From |
To |
|
Change Variable Type bytesColection : List<BytesContainer> to bytesColection : List in method private deserializeValue(bytes BytesContainer, type OType, ownerDocument ODocument, embeddedAsDocument boolean, valueLengthInBytes int, serializerVersion int, justRunThrough boolean) : Object in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 |
From |
To |