| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
| |
move stuff around a bit to sepperate it out for deserializevariant
|
| |
|
|
|
| |
Factored out a lot of the serialization of variants into trait's that
have auto impl so code duplication is much reduced
|
| |
|
|
|
|
| |
some objects where still handling BufferId or MsgId as their raw types
which lead to errors now that the Types are properly parsed in the
varinats
|
| | |
|
| | |
|
|
|
Up to now it was handled implicitely in Variant::UserType. Making it an
explicit type allows to centralize the i32/i64 cfg dependency and to use
the type for arguments in signalproxy::objects functions.
|