Serialized Form


Package com.google.i18n.phonenumbers

Class com.google.i18n.phonenumbers.NumberParseException extends Exception implements Serializable

Serialized Fields

errorType

NumberParseException.ErrorType errorType

message

String message

Class com.google.i18n.phonenumbers.Phonemetadata.NumberFormat extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Throws:
IOException

Class com.google.i18n.phonenumbers.Phonemetadata.NumberFormat.Builder extends Phonemetadata.NumberFormat implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Throws:
IOException

Class com.google.i18n.phonenumbers.Phonemetadata.PhoneMetadata extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Throws:
IOException

Class com.google.i18n.phonenumbers.Phonemetadata.PhoneMetadata.Builder extends Phonemetadata.PhoneMetadata implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Throws:
IOException

Class com.google.i18n.phonenumbers.Phonemetadata.PhoneMetadataCollection extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Throws:
IOException

Class com.google.i18n.phonenumbers.Phonemetadata.PhoneMetadataCollection.Builder extends Phonemetadata.PhoneMetadataCollection implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Throws:
IOException

Class com.google.i18n.phonenumbers.Phonemetadata.PhoneNumberDesc extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Throws:
IOException

Class com.google.i18n.phonenumbers.Phonemetadata.PhoneNumberDesc.Builder extends Phonemetadata.PhoneNumberDesc implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Throws:
IOException

Class com.google.i18n.phonenumbers.Phonenumber.PhoneNumber extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hasCountryCode

boolean hasCountryCode

countryCode_

int countryCode_

hasNationalNumber

boolean hasNationalNumber

nationalNumber_

long nationalNumber_

hasExtension

boolean hasExtension

extension_

String extension_

hasItalianLeadingZero

boolean hasItalianLeadingZero

italianLeadingZero_

boolean italianLeadingZero_

hasRawInput

boolean hasRawInput

rawInput_

String rawInput_

hasCountryCodeSource

boolean hasCountryCodeSource

countryCodeSource_

Phonenumber.PhoneNumber.CountryCodeSource countryCodeSource_

hasPreferredDomesticCarrierCode

boolean hasPreferredDomesticCarrierCode

preferredDomesticCarrierCode_

String preferredDomesticCarrierCode_

Package com.google.i18n.phonenumbers.geocoding

Class com.google.i18n.phonenumbers.geocoding.AreaCodeMap extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Supports Java Serialization.

Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Supports Java Serialization.

Throws:
IOException

Class com.google.i18n.phonenumbers.geocoding.MappingFileProvider extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Supports Java Serialization.

Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Supports Java Serialization.

Throws:
IOException



Copyright © 2011 Google. All Rights Reserved.