Examples of MongoTimestamp


Examples of mungbean.protocol.MongoTimestamp

        super(18, MongoTimestamp.class);
    }

    @Override
    protected MongoTimestamp decode(AbstractBSONCoders bson, LittleEndianDataReader reader) {
        return new MongoTimestamp(reader.readInt(), reader.readInt());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.