Skip to content
  • Emmanuele Bassi's avatar
    serializable: Add methods proxying default implementations · 63dc03da
    Emmanuele Bassi authored
    If you want to use the default implementation of serialize_property()
    and/or deserialize_property() from an object class implementing
    JsonSerializable you currently have to peek the interface vtable and
    then call the vfunc pointers.
    
    We can expose the default implementation through functions ourselves and
    simplify the required code.
    63dc03da