org.joda.time.chrono.BuddhistChronology

Here are the examples of the java api class org.joda.time.chrono.BuddhistChronology taken from open source projects.

1. TestSerialization#testSerializedBuddhistChronology()

Project: joda-time
File: TestSerialization.java
public void testSerializedBuddhistChronology() throws Exception {
    BuddhistChronology test = BuddhistChronology.getInstance(PARIS);
    loadAndCompare(test, "BuddhistChronology", true);
    inlineCompare(test, true);
}