FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack-jackson/src - miniway/msgpack-java · GitHub
miniway
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-java
msgpack-jackson
src
on
develop
User selector
Datepicker
Commit history
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
Remove msgpack-value classes from msgpack-jackson
komamitsu
committed
9a898d1
View commit details
Copy full SHA for 9a898d1
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
Revert MessagePackFormatFactory -> MessagePackFactory
xerial
committed
645abde
View commit details
Copy full SHA for 645abde
View code at this point
Browse repository at this point
Replace MessagePackFactory with mutable Packer/UnpackerConfig-based code
xerial
committed
d9dfb06
View commit details
Copy full SHA for d9dfb06
View code at this point
Browse repository at this point
Merge v07-develop and fix code style
xerial
committed
e261c59
View commit details
Copy full SHA for e261c59
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
renamed org.msgpack.jackson.dataformat.MessagePackFactory to MessagePackFormatFactory to avoid name confusion
frsyuki
authored and
komamitsu
committed
6390efc
View commit details
Copy full SHA for 6390efc
View code at this point
Browse repository at this point
optimized packer buffer interface
frsyuki
authored and
komamitsu
committed
97b0af4
View commit details
Copy full SHA for 97b0af4
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Take care of the order of benchmarks and remove outliers
komamitsu
committed
9b2f4e3
View commit details
Copy full SHA for 9b2f4e3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL