mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
java: adds templates for primitive types
This commit is contained in:
parent
002b86198c
commit
0a41b253f3
10 changed files with 394 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ public class TestReflectionPackerTemplate {
|
|||
|
||||
@Test
|
||||
public void testPackConvert() throws Exception {
|
||||
tString();
|
||||
tString(); // FIXME link StringTemplate
|
||||
|
||||
ByteArrayOutputStream out = new ByteArrayOutputStream();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue