Package mungbean.protocol

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

Related Classes of mungbean.protocol.MongoTimestamp

Copyright © 2018 www.massapicom. 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.