mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:17:34 +00:00
LibIPC: Add a built-in encoder/decoder for AK::Time
This commit is contained in:
parent
8eeedce805
commit
1858163d3c
4 changed files with 20 additions and 0 deletions
|
@ -118,6 +118,9 @@ ErrorOr<void> encode(Encoder&, ByteBuffer const&);
|
|||
template<>
|
||||
ErrorOr<void> encode(Encoder&, JsonValue const&);
|
||||
|
||||
template<>
|
||||
ErrorOr<void> encode(Encoder&, Time const&);
|
||||
|
||||
template<>
|
||||
ErrorOr<void> encode(Encoder&, URL const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue