source: rrlib_serialization-java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @54:2060ce1d7b14   2 years max.reichardt Adds XML serialization to PrimitiveTypeList class (makes Finstruct static … tip
(edit) @53:60c300f3c8ce   3 years mreichardt Merge with 17.03
(edit) @52:4000f69b8c8e   3 years mreichardt Adapts to change in rrlib_rtti (adds port composite interface type trait) 17.03
(edit) @51:4d0fc10a9592   4 years max.reichardt Adds option to ArrayBufferPortDataList to provide element data prototype …
(edit) @50:e92cccfd60c9   4 years max.reichardt Adds 'throws' clause to BinarySerializable interfaces' serialize function …
(edit) @49:84c612799187   4 years max.reichardt Adds ArrayBufferPortDataList - a memory-efficient generic data type to …
(edit) @48:a6d6f21b5d27   4 years mreichardt Adds throws clause to all read functions related to binary input streams - …
(edit) @47:35d6f250ff61   4 years max.reichardt Merge with 17.03
(edit) @46:dd22a423bc8a   4 years max.reichardt Adjusts DataTypeBase.getJavaClass() for list types (to never return null … 17.03
(edit) @45:fcbae1d0bc52   4 years max.reichardt Merge with 17.03
(edit) @44:548e7e545b05   4 years max.reichardt Adapts data type constants to rrlib_rtti (added … 17.03
(edit) @43:8cf4c6db4b5a   4 years max.reichardt Merge with 17.03
(edit) @42:3e5569eff8c9   4 years max.reichardt Makes StringList data type return identity hash code so that it works with … 17.03
(edit) @41:e2e157b68959   5 years max.reichardt Merge with 17.03
(edit) @40:1d31047229e8   5 years max.reichardt Fixes native support for int32 lists (wrong data type … 17.03
(edit) @39:b33c938a185a   5 years max.reichardt Merge with 17.03
(edit) @38:4b14333dc42e   5 years max.reichardt Adds native support for several list data types (partly moved from … 17.03
(edit) @37:8d2fd5139a06   5 years max.reichardt Adds ArrayBuffer interface and makes MemoryBuffer implement it (import … 17.03
(edit) @36:19ef22c3679a   5 years max.reichardt Corrects inline documentation 17.03
(edit) @35:ee942ec77b7b   5 years max.reichardt Removes obsolete enum DataTypeBase.Classification 17.03
(edit) @34:8d1f20fe913e   5 years max.reichardt Fixes DataTypeBase.isConvertibleTo for list types 17.03
(edit) @33:fc0583311153   5 years max.reichardt Fixes bug from last commit 17.03
(edit) @32:a2a665078e49   6 years max.reichardt Adds ArrayBuffer interface and makes MemoryBuffer implement it
(edit) @31:7fa2d7cbb87c   6 years mreichardt Adapts to changes in rrlib_serialization and rrlib_rtti 17.03
(edit) @30:fcdb91905e62   6 years mreichardt Adapts to changes in rrlib_rtti 17.03
(edit) @29:d88f2b3563f1   6 years mreichardt Adds initialization method to remote register entry class 17.03
(edit) @28:06935a5cf94f   6 years mreichardt Adpats to changes in rrlib_rtti 17.03
(edit) @27:53a81954e243   6 years mreichardt Fixes initialization of boundary buffer in binary input streams 17.03
(edit) @26:3b888f173cfb   6 years mreichardt Adapts to changes in rrlib_serialization and rrlib_rtti (Finroc17). These … 17.03
(edit) @25:d80d1d4774e9   6 years foehst Starts beta branch for version 17.03 17.03
(edit) @24:5bf620cef220   8 years mreichardt Updated 'make.xml' - to preferred target tag names
(edit) @23:89f426c7f59a   8 years mreichardt Added support for data compression
(edit) @22:703c37fd89b8   9 years mreichardt Merged with 14.08
(edit) @21:a9cf36ab3ee4   9 years mreichardt Adapted rrlib_serialization-java in order to be able to support remote … 14.08
(edit) @20:4aec402bfbab   9 years foehst Started stable branch for version 14.08 14.08
(edit) @19:2d6068839185   9 years mreichardt Modified DataTypeBase.findType() to avoid ambiguities in Java-Class => …
(edit) @18:102cc7e44ba3   9 years mreichardt Removed setName() from DataTypeBase to remove concurrency issues. Instead, …
(edit) @17:21ccef05a598   9 years mreichardt Performed some refactoring and tidying up: DataTypeBase no longer has an …
(edit) @16:700d451127fe   9 years mreichardt Added constructor to MemoryBuffer that allows to only specify if direct …
(edit) @15:4ac20dea4e70   9 years mreichardt Bugfix: Native enums in GenericObjects are now (de)serialized properly …
(edit) @14:0acba1296069   9 years mreichardt Added is*Serializable() functions to Serialization class (similar to …
(edit) @13:c9a049dc3f73   9 years mreichardt Fix in StringStream.writeObject() to correctly write auto-boxed types
(edit) @12:ce641f4ad5e0   9 years foehst Added license information
(edit) @11:26d62e6d6696   9 years mreichardt Bugfix in StringInputStream.readObject() - returned a Double object when a …
(edit) @10:0b264b80b64c   9 years mreichardt Added proper copy method for PortDataLists. Fixes RRLAB ticket #131.
(edit) @9:8e35e176f946   9 years mreichardt Added ObjectFieldSerializer class and fixed a bug in deep copying of …
(edit) @8:d44b607482b3   9 years mreichardt Bugfix
(edit) @7:5740a9faa2bd   9 years mreichardt Bugfix
(edit) @6:edb459d1f6c1   9 years mreichardt Removed obsolete dependency entry from make.xml
(edit) @5:ba17cf80ca94   9 years mreichardt Bugfix for deep-copying of natively-serializable types without default …
(edit) @4:2e1168247378   9 years mreichardt Renamed enum in DataTypeBase
(edit) @3:1b072f11a3d7   9 years mreichardt Added various functionality - to Serialization and GenericObject class in …
(edit) @2:cf7b6a32c923   9 years mreichardt Added generic serialization functions to stream classes
(edit) @1:ee0db83bc281   9 years mreichardt Cleaned up and added writeObject() and readObject() methods to binary …
(add) @0:1f16dbb0a882   9 years mreichardt Initial commit (moved classes from rrlib_finroc_core_utils-java and made …
Note: See TracRevisionLog for help on using the revision log.