You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glib: Add optional support for serialization and deserialization with serde
This feature is gated as `serde`
Supports both serialization and deserialization:
- glib::Bytes
- glib::GString (with in-place deserialization)
Supports serialization only:
- glib::ByteArray
- glib::GStr
- glib::StrV
Collection types are also supported as long as the type parameters implement the necessary traits:
- glib::Slice<T: TransparentType + _>
- glib::PtrSlice<T: TransparentPtrType + _>
- glib::List<T: TransparentPtrType + _>
- glib::SList<T: TransparentPtrType + _>
0 commit comments