Ugorji Nwoke
|
a9859e3096
codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte
|
7 years ago |
Ugorji Nwoke
|
69722bf3a2
codec: streamline handling of doing something at the end of an encode.
|
7 years ago |
Ugorji Nwoke
|
c3953defa8
codec: streamline library: refactor sendContainerState and clean up handle-specific test flags
|
7 years ago |
Ugorji Nwoke
|
f26fc641ec
codec: add buffered reading/writing support and overall cleanup and fixes
|
7 years ago |
Ugorji Nwoke
|
f76f59a92f
codec: optimizations for json (hex strings, batch update) and loops (hoist len where possible)
|
7 years ago |
Ugorji Nwoke
|
50530d8d14
codec: Multiple fixes, enhancements and test expansion across the board.
|
7 years ago |
Ugorji Nwoke
|
54210f4e07
codec: major update with MAJOR PERFORMANCE improvements
|
7 years ago |
Ugorji Nwoke
|
6fc2cdf53e
codec: document that omitempty is ignored with toarray
|
7 years ago |
Ugorji Nwoke
|
8b94642d9a
codec: perf: make common-path of bytesEncWriter.grow inlineable
|
8 years ago |
Ugorji Nwoke
|
98ef79d6c6
codec: support Raw, a raw encoded value.
|
8 years ago |
Ugorji Nwoke
|
28133004a9
Merge branch 'master' of https://github.com/ugorji/go
|
8 years ago |
Ugorji Nwoke
|
74c6a81d3a
codec: support recursive (deep) omitEmpty check
|
8 years ago |
Nick Galbreath
|
3487a5545b
Merge pull requester rw #t GODxtkkfgggxxrtoyt Yt imrxxme re from from client9/master
|
8 years ago |
Ugorji Nwoke
|
b94837a240
codec: honor go's selection rule for using field at shallowest depth.
|
8 years ago |
Ugorji Nwoke
|
03b46f3d7a
codec: use a cached 1-byte array for simpleIoEncWriterWriter.WriteByte
|
8 years ago |
Ugorji Nwoke
|
d517a49d59
codec: improve MapBySlice performance, and integrate tests for it.
|
9 years ago |
Ugorji Nwoke
|
3f41379a4b
codec: fix MapBySlice encoding
|
9 years ago |
Ugorji Nwoke
|
1a25ccb806
codec: streamline go's rules for anonymous field conflict, detect circular references, json indent
|
9 years ago |
Ugorji Nwoke
|
f081086498
codec: Add Reset methods, performance improvements and bug fixes.
|
9 years ago |
Ugorji Nwoke
|
5d8e71f204
codec: Canonical natural ordering, and MaxValueReset and InterfaceReset options
|
9 years ago |
Ugorji Nwoke
|
2f4b94206a
codec: support customization of struct tag keys; maintain default to "codec", "json".
|
9 years ago |
Ugorji Nwoke
|
45ce7596ac
codec: support max initial collection length; json fixes; improve perf & reduce alloc drastically
|
9 years ago |
Ugorji Nwoke
|
1d5269ed4e
codec(gen): code clean-up to remove separator concerns from framework and major re-architecture.
|
9 years ago |
Ugorji Nwoke
|
28f38c8e36
codec: Selfer implementation should not call itself.
|
9 years ago |
Ugorji Nwoke
|
4fcc668f11
codec: T does not contain methods of *T, so still check for selfer after first check.
|
9 years ago |
Ugorji Nwoke
|
3ac1de126a
codec: clarify/simplify Anonymous support
|
9 years ago |
Ugorji Nwoke
|
3199d19e57
codec, codecgen: Support (M|Unm)arshalJSON exactly as encoding/json when using JSONHandle
|
9 years ago |
Ugorji Nwoke
|
978848809c
codecgen: Support RawExt, Builtins and (Text|JSON|Binary)(Unm|M)arshal .
|
9 years ago |
Ugorji Nwoke
|
067c77c51c
codec: support json.(M|Unm)arshaler interfaces for json.
|
9 years ago |
Ugorji Nwoke
|
44024c561b
codec: inline anonymous fields if the struct tag is "effectively" blank.
|
9 years ago |