600601602603604605606
/* */ { /* 996 */ return ((ShortContainer)this.currentObject).getValue(); /* */ } /* */ catch (ClassCastException e) { /* */ } /* 1000 */ throw new SerializationException("Excepted to be short", e); /* */ }
613614615616617618619
/* */ { /* 1012 */ return ((ShortContainer)this.currentObject).getValue(); /* */ } /* */ catch (ClassCastException e) { /* */ } /* 1016 */ throw new SerializationException("Excepted to be short", e); /* */ }
626627628629630631632
/* */ { /* 1028 */ return ((CharacterContainer)this.currentObject).getValue(); /* */ } /* */ catch (ClassCastException e) { /* */ } /* 1032 */ throw new SerializationException("Excepted to be char", e); /* */ }
639640641642643644645
/* */ { /* 1044 */ return ((IntegerContainer)this.currentObject).getValue(); /* */ } /* */ catch (ClassCastException e) { /* */ } /* 1048 */ throw new SerializationException("Excepted to be int", e); /* */ }
652653654655656657658
/* */ { /* 1060 */ return ((LongContainer)this.currentObject).getValue(); /* */ } /* */ catch (ClassCastException e) { /* */ } /* 1064 */ throw new SerializationException("Excepted to be long", e); /* */ }
665666667668669670671
/* */ { /* 1076 */ return ((FloatContainer)this.currentObject).getValue(); /* */ } /* */ catch (ClassCastException e) { /* */ } /* 1080 */ throw new SerializationException("Excepted to be float", e); /* */ }
678679680681682683684
/* */ { /* 1092 */ return ((DoubleContainer)this.currentObject).getValue(); /* */ } /* */ catch (ClassCastException e) { /* */ } /* 1096 */ throw new SerializationException("Excepted to be double", e); /* */ }
697698699700701702703
/* */ { /* 1116 */ return (String)this.currentObject; /* */ } /* */ catch (ClassCastException e) { /* */ } /* 1120 */ throw new SerializationException("Excepted to be String", e); /* */ }
144145146147148149150
/* 172 */ return readObjectArray(metaData, referenceId, cache, length, input); /* */ } /* */ catch (ClassNotFoundException ex) /* */ { /* */ } /* 177 */ throw new SerializationException(ex); /* */ }
42434445464748
/* 78 */ return null; /* */ } /* */ catch (IllegalAccessException ex) /* */ { /* */ } /* 83 */ throw new SerializationException(ex.getMessage(), ex); /* */ }