|
Change Return Type Tuple<Integer,List<Integer>> to int in method private writeEmbeddedCollection(bytes BytesContainer, value Collection<?>, linkedType OType) : int in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 |
From |
To |
|
Change Return Type Tuple<Integer,List<Integer>> to int in method protected writeEmbeddedMap(bytes BytesContainer, map Map<Object,Object>) : int in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 |
From |
To |
|
Change Return Type Tuple<Integer,List<Integer>> to int in method protected writeEmbeddedMap(bytes BytesContainer, map Map<Object,Object>) : int in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 |
From |
To |
|
Change Return Type HelperClasses.Triple<Integer,Integer,List<Integer>> to HelperClasses.Tuple<Integer,Integer> in method public serializeValue(bytes BytesContainer, value Object, type OType, linkedType OType) : HelperClasses.Tuple<Integer,Integer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerNetworkV0 |
From |
To |
|
Change Return Type Triple<Integer,Integer,List<Integer>> to Tuple<Integer,Integer> in method public serializeValue(bytes BytesContainer, value Object, type OType, linkedType OType) : Tuple<Integer,Integer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 |
From |
To |
|
Change Return Type HelperClasses.Triple<Integer,Integer,List<Integer>> to HelperClasses.Tuple<Integer,Integer> in method public serializeValue(bytes BytesContainer, value Object, type OType, linkedType OType) : HelperClasses.Tuple<Integer,Integer> in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ODocumentSerializer |
From |
To |
|
Change Return Type List<Integer> to void in method private serializeDocument(document ODocument, bytes BytesContainer, clazz OClass) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 |
From |
To |
|
Change Return Type List<Integer> to void in method private serializeWriteValues(headerBuffer BytesContainer, valuesBuffer BytesContainer, document ODocument, fields Set<Entry<String,ODocumentEntry>>, props Map<String,OProperty>) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 |
From |
To |
|
Change Variable Type pointerAndLengthAndPointers : Triple<Integer,Integer,List<Integer>> to pointerAndLength : Tuple<Integer,Integer> in method protected writeEmbeddedMap(bytes BytesContainer, map Map<Object,Object>) : int in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 |
From |
To |
|
Change Variable Type dataPointerAndLength : Triple<Integer,Integer,List<Integer>> to dataPointerAndLength : Tuple<Integer,Integer> in method private serializeWriteValues(headerBuffer BytesContainer, valuesBuffer BytesContainer, document ODocument, fields Set<Entry<String,ODocumentEntry>>, props Map<String,OProperty>) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV1 |
From |
To |
|
Change Variable Type pointerAndLengthAndPointers : Triple<Integer,Integer,List<Integer>> to pointerAndLength : Tuple<Integer,Integer> in method public serialize(document ODocument, bytes BytesContainer, iClassOnly boolean) : void in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 |
From |
To |