fx.serial: toml: update array and hashtable usage
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
static struct fx_error *bitcode_serialise(
|
||||
fx_serial_ctx *serial,
|
||||
fx_object *src,
|
||||
const fx_value *src,
|
||||
fx_stream *dest,
|
||||
enum fx_serial_flags flags)
|
||||
{
|
||||
@@ -15,7 +15,7 @@ static struct fx_error *bitcode_serialise(
|
||||
static struct fx_error *bitcode_deserialise(
|
||||
fx_serial_ctx *serial,
|
||||
fx_stream *src,
|
||||
fx_object **dest,
|
||||
fx_value *dest,
|
||||
enum fx_serial_flags flags)
|
||||
{
|
||||
return FX_RESULT_ERR(NOT_SUPPORTED);
|
||||
|
||||
Reference in New Issue
Block a user