Download ebson Free Java Code
Description
Extensible BSON encoder/decoder library written in Java with pluggable Java to BSON type mappings.
Source Files
The download file ebson-master.zip has the following entries.
.gitignore/*from w ww . j a v a 2 s.co m*/
LICENSE.txt
README.md
pom.xml
src/main/java/com/github/kohanyirobert/ebson/BasicObjectId.java
src/main/java/com/github/kohanyirobert/ebson/BasicSymbol.java
src/main/java/com/github/kohanyirobert/ebson/BasicTimestamp.java
src/main/java/com/github/kohanyirobert/ebson/BsonBinary.java
src/main/java/com/github/kohanyirobert/ebson/BsonBytes.java
src/main/java/com/github/kohanyirobert/ebson/BsonDocument.java
src/main/java/com/github/kohanyirobert/ebson/BsonDocuments.java
src/main/java/com/github/kohanyirobert/ebson/BsonObject.java
src/main/java/com/github/kohanyirobert/ebson/BsonObjectId.java
src/main/java/com/github/kohanyirobert/ebson/BsonReader.java
src/main/java/com/github/kohanyirobert/ebson/BsonSymbol.java
src/main/java/com/github/kohanyirobert/ebson/BsonTimestamp.java
src/main/java/com/github/kohanyirobert/ebson/BsonToken.java
src/main/java/com/github/kohanyirobert/ebson/BsonWriter.java
src/main/java/com/github/kohanyirobert/ebson/DefaultDocument.java
src/main/java/com/github/kohanyirobert/ebson/DefaultDocumentBuilder.java
src/main/java/com/github/kohanyirobert/ebson/DefaultPredicate.java
src/main/java/com/github/kohanyirobert/ebson/DefaultReader.java
src/main/java/com/github/kohanyirobert/ebson/DefaultWriter.java
src/main/java/com/github/kohanyirobert/ebson/package-info.java
src/test/java/com/github/kohanyirobert/ebson/AbstractBsonTest.java
src/test/java/com/github/kohanyirobert/ebson/AbstractReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/BsonDocumentTest.java
src/test/java/com/github/kohanyirobert/ebson/BsonDocumentsTest.java
src/test/java/com/github/kohanyirobert/ebson/BsonEncodingTest.java
src/test/java/com/github/kohanyirobert/ebson/BsonRandom.java
src/test/java/com/github/kohanyirobert/ebson/DefaultArrayReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultBinaryReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultBooleanReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultDoubleReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultFieldReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultInt32ReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultInt64ReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultKeyReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultNullReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultObjectIdReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultRegularExpressionReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultSymbolReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultTimestampReaderWriterTest.java
src/test/java/com/github/kohanyirobert/ebson/DefaultUtcDateTimeReaderWriterTest.java
Download
Click the following link to download ebson-master.zip.
ebson-master.zip