src/java.base/share/classes/java/time/zone/Ser.java
changeset 57544 99d2dd7b84a8
parent 52078 4a63197816ce
child 58362 628c12967b02
equal deleted inserted replaced
57542:db740ced41c4 57544:99d2dd7b84a8
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    89 
    89 
    90     /** Type for ZoneRules. */
    90     /** Type for ZoneRules. */
    91     static final byte ZRULES = 1;
    91     static final byte ZRULES = 1;
    92     /** Type for ZoneOffsetTransition. */
    92     /** Type for ZoneOffsetTransition. */
    93     static final byte ZOT = 2;
    93     static final byte ZOT = 2;
    94     /** Type for ZoneOffsetTransition. */
    94     /** Type for ZoneOffsetTransitionRule. */
    95     static final byte ZOTRULE = 3;
    95     static final byte ZOTRULE = 3;
    96 
    96 
    97     /** The type being serialized. */
    97     /** The type being serialized. */
    98     private byte type;
    98     private byte type;
    99     /** The object being serialized. */
    99     /** The object being serialized. */