mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
scala: fixed bug within reflection-based beans template builder
This commit is contained in:
parent
bcad8d4c4c
commit
3fb31f651d
@ -153,7 +153,7 @@ public class BeansTemplateBuilder extends CustomTemplateBuilder{
|
|||||||
}
|
}
|
||||||
pk.packNil();
|
pk.packNil();
|
||||||
} else {
|
} else {
|
||||||
pk.pack(obj);
|
e.pack(obj, pk);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user