Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: glib: Add optional support for serialization and deserialization with serde #1070

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 13, 2024

  1. glib: Add optional support for serialization and deserialization with…

    … serde
    
    This feature is gated as `serde`
    
    Supports both serialization and deserialization:
    - glib::ByteArray
    - glib::Bytes
    - glib::GString
    
    Supports serialization only:
    - 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 + ..>
    rmnscnce committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    43b0a38 View commit details
    Browse the repository at this point in the history