FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack-jackson/src - yif042/msgpack-java · GitHub
yif042
/
msgpack-java
Public
forked from
msgpack/msgpack-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-java
msgpack-jackson
src
on
develop
User selector
Datepicker
Commit history
Commits on Nov 3, 2019
MessagePackFactory should add getFormatName for naming the factory
qxo
committed
c1eb425
View commit details
Copy full SHA for c1eb425
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
Add test code and write tips for issue 508
komamitsu
committed
961fd26
View commit details
Copy full SHA for 961fd26
View code at this point
Browse repository at this point
Commits on May 13, 2019
Handle unexpected EOF
komamitsu
committed
39dc8a7
View commit details
Copy full SHA for 39dc8a7
View code at this point
Browse repository at this point
Commits on Apr 14, 2018
Remove unused import
komamitsu
committed
2b6487f
View commit details
Copy full SHA for 2b6487f
View code at this point
Browse repository at this point
Refactor the test
komamitsu
committed
5505124
View commit details
Copy full SHA for 5505124
View code at this point
Browse repository at this point
Fix NPE at ObjectMapper#copy with MessagePackFactory
komamitsu
committed
906a5fd
View commit details
Copy full SHA for 906a5fd
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
Support ObjectMapper#copy with MessagePackFactory
komamitsu
committed
b82e4d3
View commit details
Copy full SHA for b82e4d3
View code at this point
Browse repository at this point
Commits on May 14, 2017
Remove unused import
komamitsu
committed
31f4cef
View commit details
Copy full SHA for 31f4cef
View code at this point
Browse repository at this point
Add tests that deserialize a string value as a number type
komamitsu
committed
46de775
View commit details
Copy full SHA for 46de775
View code at this point
Browse repository at this point
Add MessagePackGenerator#writeNumber(String)
komamitsu
committed
0659227
View commit details
Copy full SHA for 0659227
View code at this point
Browse repository at this point
Commits on Apr 25, 2017
Make MessagePackParser accept a string as a byte array field
komamitsu
committed
51cf272
View commit details
Copy full SHA for 51cf272
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
Add MessagePackFactory#setExtTypeCustomDesers
komamitsu
committed
473268e
View commit details
Copy full SHA for 473268e
View code at this point
Browse repository at this point
Commits on Jan 18, 2017
Add MessagePackExtensionType.TypeBasedDeserializer
komamitsu
committed
4112c0e
View commit details
Copy full SHA for 4112c0e
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Override MessagePackExtensionType#equals and hashCode
Show description for a4b0f3f
komamitsu
committed
a4b0f3f
View commit details
Copy full SHA for a4b0f3f
View code at this point
Browse repository at this point
Commits on Jul 5, 2016
ignoring unknown properties on de-serializing process with JsonArrayFormat
marenzo
committed
085e87d
View commit details
Copy full SHA for 085e87d
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
Use original codec to support v0.6 format when serializing complex type
komamitsu
committed
8559c14
View commit details
Copy full SHA for 8559c14
View code at this point
Browse repository at this point
Commits on Apr 24, 2016
Support complex type key in MessagePackGenerator
komamitsu
committed
d9217a9
View commit details
Copy full SHA for d9217a9
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Minor improvement of pull request 361
komamitsu
committed
0ad29a2
View commit details
Copy full SHA for 0ad29a2
View code at this point
Browse repository at this point
Fix code style
komamitsu
committed
e198ffd
View commit details
Copy full SHA for e198ffd
View code at this point
Browse repository at this point
Support non-string key in MessagePackGenerator
komamitsu
committed
b94fd76
View commit details
Copy full SHA for b94fd76
View code at this point
Browse repository at this point
Commits on Apr 11, 2016
Merge pull request #358 from marenzo/array_format_support
Show description for 9aa99f6
xerial
committed
9aa99f6
View commit details
Copy full SHA for 9aa99f6
View code at this point
Browse repository at this point
expanding the test to also serialize / deserialize list, and map
marenzo
committed
da2f54a
View commit details
Copy full SHA for da2f54a
View code at this point
Browse repository at this point
code style fix - fixing modifies order
marenzo
committed
2154655
View commit details
Copy full SHA for 2154655
View code at this point
Browse repository at this point
code style fix - brace in newline
marenzo
committed
863bc78
View commit details
Copy full SHA for 863bc78
View code at this point
Browse repository at this point
code style fix
marenzo
committed
214217b
View commit details
Copy full SHA for 214217b
View code at this point
Browse repository at this point
removing author tag & adding assert also for age
marenzo
committed
0503115
View commit details
Copy full SHA for 0503115
View code at this point
Browse repository at this point
Commits on Apr 8, 2016
Fix code style
xerial
committed
55c443c
View commit details
Copy full SHA for 55c443c
View code at this point
Browse repository at this point
Commits on Apr 7, 2016
adding helper for serialization format of object mapper to be array
marenzo
committed
db4fe9d
View commit details
Copy full SHA for db4fe9d
View code at this point
Browse repository at this point
removing finals in c'tors
marenzo
committed
2aecd07
View commit details
Copy full SHA for 2aecd07
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
small code style fix
marenzo
committed
d7520bb
View commit details
Copy full SHA for d7520bb
View code at this point
Browse repository at this point
making stf8 format support configurable for providing backward compatibility between different serializers versions
marenzo
committed
ca723f8
View commit details
Copy full SHA for ca723f8
View code at this point
Browse repository at this point
adding the ability to inject PackerConfig to MessagePackFactory.
marenzo
committed
215df17
View commit details
Copy full SHA for 215df17
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
Expand import statement for Vim user
komamitsu
committed
ed87eb3
View commit details
Copy full SHA for ed87eb3
View code at this point
Browse repository at this point
Refactor import statement
komamitsu
committed
63519f2
View commit details
Copy full SHA for 63519f2
View code at this point
Browse repository at this point
Minor refactoring
komamitsu
committed
1242c92
View commit details
Copy full SHA for 1242c92
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL