org.joda.time.chrono.GregorianChronology

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

1. TestSerialization#testSerializedGregorianChronology()

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