package core.encoding.osad
deserialize :: ($T: type_expr, s: str, allocator) -> ? T
deserialize :: (target: rawptr, type: type_expr, r: &Reader, allocator: Allocator) -> bool
serialize :: (v: any) -> ? [] u8
serialize :: (v: any, w: &Writer) -> bool